Searched refs:tm2 (Results 1 – 2 of 2) sorted by relevance
153 final float tm2 = 2.0f * t; in interpolate() local154 final float k1 = 1.0f + tm2; in interpolate()155 final float k2 = 3.0f - tm2; in interpolate()
551 TelephonyManager tm2 = mock(TelephonyManager.class); in testResetAreaInfoWithDefaultSubChanged() local552 doReturn(tm2).when(mMockedTelephonyManager).createForSubscriptionId(FAKE_SUBID + 1); in testResetAreaInfoWithDefaultSubChanged()567 verify(tm2).listen(listenerCaptor.capture(), anyInt()); in testResetAreaInfoWithDefaultSubChanged()