package androidx.lifecycle; import androidx.lifecycle.e; /* loaded from: classes.dex */ class FullLifecycleObserverAdapter implements g { /* renamed from: a, reason: collision with root package name */ private final g f2035a; static /* synthetic */ class a { /* renamed from: a, reason: collision with root package name */ static final /* synthetic */ int[] f2036a; static { int[] iArr = new int[e.b.values().length]; f2036a = iArr; try { iArr[e.b.ON_CREATE.ordinal()] = 1; } catch (NoSuchFieldError unused) { } try { f2036a[e.b.ON_START.ordinal()] = 2; } catch (NoSuchFieldError unused2) { } try { f2036a[e.b.ON_RESUME.ordinal()] = 3; } catch (NoSuchFieldError unused3) { } try { f2036a[e.b.ON_PAUSE.ordinal()] = 4; } catch (NoSuchFieldError unused4) { } try { f2036a[e.b.ON_STOP.ordinal()] = 5; } catch (NoSuchFieldError unused5) { } try { f2036a[e.b.ON_DESTROY.ordinal()] = 6; } catch (NoSuchFieldError unused6) { } try { f2036a[e.b.ON_ANY.ordinal()] = 7; } catch (NoSuchFieldError unused7) { } } } @Override // androidx.lifecycle.g public void onStateChanged(LifecycleOwner lifecycleOwner, e.b bVar) { switch (a.f2036a[bVar.ordinal()]) { case 1: throw null; case 2: throw null; case 3: throw null; case 4: throw null; case 5: throw null; case 6: throw null; case 7: throw new IllegalArgumentException("ON_ANY must not been send by anybody"); default: g gVar = this.f2035a; if (gVar != null) { gVar.onStateChanged(lifecycleOwner, bVar); return; } return; } } }