Searched refs:onAttached (Results 1 – 12 of 12) sorted by relevance
29 public void onAttached() { in onAttached() method in TunerSwitch30 super.onAttached(); in onAttached()
44 public void onAttached() { in onAttached() method in StatusBarSwitch45 super.onAttached(); in onAttached()
51 public void onAttached() { in onAttached() method in BatteryPreference52 super.onAttached(); in onAttached()
48 public void onAttached() { in onAttached() method in ClockPreference49 super.onAttached(); in onAttached()
34 public void onAttached(WifiAwareSession session) { in onAttached() method in AttachCallback
522 attachCallback.onAttached( in WifiAwareEventCallbackProxy()
78 virtual void onAttached() {} in onAttached() function206 virtual void onAttached() override;
85 onAttached(); in attach()338 void RenderPropertyAnimator::onAttached() { in onAttached() function in android::uirenderer::RenderPropertyAnimator
175 inOrder.verify(mockCallback).onAttached(sessionCaptor.capture()); in testConnectFlow()227 inOrder.verify(mockCallback).onAttached(sessionCaptor.capture()); in testConnectFailure()256 inOrder.verify(mockCallback).onAttached(any()); in testInvalidConnectSequence()264 inOrder.verify(mockCallback).onAttached(any()); in testInvalidConnectSequence()311 inOrder.verify(mockCallback).onAttached(sessionCaptor.capture()); in testPublishFlow()403 inOrder.verify(mockCallback).onAttached(sessionCaptor.capture()); in testPublishRemoteTerminate()460 inOrder.verify(mockCallback).onAttached(sessionCaptor.capture()); in testSubscribeFlow()545 inOrder.verify(mockCallback).onAttached(sessionCaptor.capture()); in testSubscribeRemoteTerminate()949 inOrder.verify(mockCallback).onAttached(sessionCaptor.capture()); in testNetworkSpecifierWithClient()1062 inOrder.verify(mockCallback).onAttached(sessionCaptor.capture()); in testNetworkSpecifierDirect()[all …]
289 public void onAttached(Activity activity) { in onAttached() method in VoiceInteractor.Request951 req.onAttached(activity); in attachActivity()
1616 inOrderS.verify(mockCallback).onAttached(sessionCaptor.capture()); in getSessionNetworkRequestMore()1693 verify(mockCallback).onAttached(sessionCaptor.capture()); in getDirectNetworkRequestMore()
6415 method public void onAttached(android.app.Activity);29972 method public void onAttached(android.net.wifi.aware.WifiAwareSession);