Searched refs:oldInstance (Results 1 – 3 of 3) sorted by relevance
318 KeyguardSliceProvider oldInstance = KeyguardSliceProvider.sInstance; in onCreateSliceProvider() local319 if (oldInstance != null) { in onCreateSliceProvider()320 oldInstance.onDestroy(); in onCreateSliceProvider()
299 SoundTriggerDetector oldInstance = mReceiverInstanceMap.get(soundModelId); in createSoundTriggerDetector() local300 if (oldInstance != null) { in createSoundTriggerDetector()
611 final Vcn oldInstance = startAndGetVcnInstance(TEST_UUID_2); in testTelephonyNetworkTrackerCallbackDoesNotKillNewVcnInstances() local626 assertTrue(oldInstance != newInstance); in testTelephonyNetworkTrackerCallbackDoesNotKillNewVcnInstances()627 verify(oldInstance).teardownAsynchronously(); in testTelephonyNetworkTrackerCallbackDoesNotKillNewVcnInstances()