Searched refs:stopListening (Results 1 - 9 of 9) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DLauncherAppWidgetHost.java45 public void stopListening() { method in class:LauncherAppWidgetHost
46 super.stopListening();
H A DLauncher.java1596 mAppWidgetHost.stopListening();
/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncherAppWidgetHost.java66 public void stopListening() { method in class:LauncherAppWidgetHost
67 super.stopListening();
H A DLauncher.java2012 mAppWidgetHost.stopListening();
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DConversationPagerController.java214 public void stopListening() { method in class:ConversationPagerController
216 mPagerAdapter.stopListening();
H A DConversationPagerAdapter.java89 * After {@link #stopListening()} is called, this contains the last-known count of this adapter.
157 // ConversationPagerController.stopListening() to indicate that the Conversation View
440 * See {@link ConversationPagerController#stopListening()}.
442 public void stopListening() { method in class:ConversationPagerAdapter
458 LogUtils.d(LOG_TAG, "CPA.stopListening, this=%s", this);
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
H A DInputPairer.java351 BluetoothScanner.stopListening(mBtListener);
519 BluetoothScanner.stopListening(mBtListener);
618 BluetoothScanner.stopListening(mBtListener);
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/bluetooth/
H A DBluetoothScanner.java157 public static void stopListening(Listener listener) { method in class:BluetoothScanner
158 Log.d(TAG, "stopListening sReceiver=" + sReceiver);
160 sReceiver.stopListening(listener);
275 public void stopListening(Listener listener) { method in class:BluetoothScanner.Receiver
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DAbstractActivityController.java2226 mPagerController.stopListening();

Completed in 323 milliseconds