HomeSort by relevance Sort by last modified time
    Searched defs:mNotifier (Results 1 - 21 of 21) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppTransferHistory.java 82 private BluetoothOppNotification mNotifier;
140 mNotifier = new BluetoothOppNotification(this);
313 mNotifier.updateNotification();
BluetoothOppService.java 94 private BluetoothOppNotification mNotifier;
157 mNotifier = new BluetoothOppNotification(this);
158 mNotifier.mNotificationMgr.cancelAll();
159 mNotifier.updateNotification();
552 mNotifier.updateNotification();
714 mNotifier.mNotificationMgr.cancel(info.mId);
729 mNotifier.mNotificationMgr.cancel(info.mId);
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
LocalAlbumSet.java 53 private final ChangeNotifier mNotifier;
66 mNotifier = new ChangeNotifier(this, mWatchUris, application);
167 if (mNotifier.isDirty()) {
199 mNotifier.fakeChange();
SecureAlbum.java 50 private final ChangeNotifier mNotifier;
60 mNotifier = new ChangeNotifier(this, mWatchUris, application);
81 mNotifier.fakeChange();
126 if (mNotifier.isDirty()) {
LocalAlbum.java 57 private final ChangeNotifier mNotifier;
86 mNotifier = new ChangeNotifier(this, mBaseUri, application);
256 if (mNotifier.isDirty()) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/runtime/
RemoteAdtTestRunner.java 433 private TestResultsNotifier mNotifier;
442 mNotifier = notifier;
447 mNotifier.testEnded(new TestCaseReference(mDeviceName, test));
455 mNotifier.testFailed(failure);
463 mNotifier.testFailed(failure);
473 mNotifier.testRunEnded(mDeviceName, elapsedTime);
498 mNotifier.testStarted(testId);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
PhoneBase.java 353 protected PhoneNotifier mNotifier;
401 mNotifier = notifier;
635 mNotifier.notifyOemHookRawEventForSubscriber(getSubId(), data);
770 mNotifier.notifyPreciseCallState(this);
    [all...]
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadService.java 92 private DownloadNotifier mNotifier;
202 mNotifier = new DownloadNotifier(this);
203 mNotifier.cancelAll();
310 mNotifier.dumpSpeeds();
416 mNotifier.updateWith(mDownloads.values());
439 final DownloadInfo info = reader.newDownloadInfo(this, mSystemFacade, mNotifier);
DownloadThread.java 105 private final DownloadNotifier mNotifier;
212 mNotifier = notifier;
317 mNotifier.notifyDownloadSpeed(mId, 0);
717 mNotifier.notifyDownloadSpeed(mId, mSpeed);
    [all...]
DownloadInfo.java 263 private final DownloadNotifier mNotifier;
268 mNotifier = notifier;
492 mTask = new DownloadThread(mContext, mSystemFacade, mNotifier, this);
  /frameworks/base/core/java/com/android/internal/util/
CallbackRegistry.java 71 private final NotifierCallback<C, T, A> mNotifier;
78 mNotifier = notifier;
204 mNotifier.onNotifyCallback(mCallbacks.get(i), sender, arg, arg2);
  /frameworks/data-binding/baseLibrary/src/main/java/android/databinding/
CallbackRegistry.java 69 private final NotifierCallback<C, T, A> mNotifier;
76 mNotifier = notifier;
201 mNotifier.onNotifyCallback(mCallbacks.get(i), sender, arg, arg2);
  /frameworks/base/services/core/java/com/android/server/power/
PowerManagerService.java 172 private Notifier mNotifier;
532 mNotifier = new Notifier(Looper.getMainLooper(), mContext, mBatteryStats,
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneBase.java 202 mNotifier.notifyPhoneState(this);
233 mNotifier.notifyCallForwardingChanged(this);
  /packages/apps/Gallery2/src/com/android/photos/data/
PhotoProvider.java 244 protected ChangeNotification mNotifier = null;
347 mNotifier = notification;
444 if (mNotifier != null) {
445 mNotifier.notifyChange(uri, syncToNetwork);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CDMAPhone.java     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GSMPhone.java 422 mNotifier.notifyPhoneState(this);
443 mNotifier.notifyDisconnectCause(cn.getDisconnectCause(), cn.getPreciseDisconnectCause());
461 mNotifier.notifyCellLocation(this);
467 mNotifier.notifyCallForwardingChanged(this);
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipPhoneBase.java 203 mNotifier.notifyCallForwardingChanged(this);
  /frameworks/data-binding/prebuilds/1.0-rc0/
databinding-baseLibrary.jar 
databinding-studio-bundle.jar 
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
TileImageView.java 758 private CancelListener mNotifier = new CancelListener() {
770 jc.setCancelListener(mNotifier);

Completed in 5899 milliseconds