Home
last modified time | relevance | path

Searched refs:removeListener (Results 1 – 10 of 10) sorted by relevance

/development/samples/browseable/ActivitySceneTransitionBasic/src/com.example.android.activityscenetransitionbasic/
DDetailActivity.java128 transition.removeListener(this); in addTransitionListener()
139 transition.removeListener(this); in addTransitionListener()
/development/samples/browseable/DataLayer/Application/src/com.example.android.wearable.datalayer/
DMainActivity.java156 Wearable.DataApi.removeListener(mGoogleApiClient, this); in onStop()
157 Wearable.MessageApi.removeListener(mGoogleApiClient, this); in onStop()
158 Wearable.CapabilityApi.removeListener(mGoogleApiClient, this); in onStop()
209 Wearable.DataApi.removeListener(mGoogleApiClient, this); in onConnectionFailed()
210 Wearable.MessageApi.removeListener(mGoogleApiClient, this); in onConnectionFailed()
211 Wearable.CapabilityApi.removeListener(mGoogleApiClient, this); in onConnectionFailed()
/development/samples/browseable/DataLayer/Wearable/src/com.example.android.wearable.datalayer/
DMainActivity.java118 Wearable.DataApi.removeListener(mGoogleApiClient, this); in onPause()
119 Wearable.MessageApi.removeListener(mGoogleApiClient, this); in onPause()
120 Wearable.CapabilityApi.removeListener(mGoogleApiClient, this); in onPause()
/development/samples/browseable/DelayedConfirmation/Application/src/com.example.android.wearable.delayedconfirmation/
DMainActivity.java80 Wearable.MessageApi.removeListener(mGoogleApiClient, this); in onConnectionSuspended()
/development/samples/IntentPlayground/src/com/example/android/intentplayground/
DTracking.java178 public synchronized void removeListener(Consumer<List<Task>> listener) { in removeListener() method in Tracking.Tracker
DBaseActivity.java127 mTracker.removeListener(listener); in removeTrackerListener()
/development/samples/browseable/Quiz/Application/src/com.example.android.wearable.quiz/
DMainActivity.java159 Wearable.DataApi.removeListener(mGoogleApiClient, this); in onStop()
160 Wearable.MessageApi.removeListener(mGoogleApiClient, this); in onStop()
/development/samples/browseable/RuntimePermissionsWear/Application/src/com.example.android.wearable.runtimepermissions/
DMainPhoneActivity.java155 Wearable.MessageApi.removeListener(mGoogleApiClient, this); in onPause()
/development/samples/browseable/RuntimePermissionsWear/Wearable/src/com.example.android.wearable.runtimepermissions/
DMainWearActivity.java182 Wearable.MessageApi.removeListener(mGoogleApiClient, this); in onPause()
/development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/
DDigitalWatchFaceService.java256 Wearable.DataApi.removeListener(mGoogleApiClient, this); in onVisibilityChanged()