Searched refs:cancel (Results 201 - 210 of 210) sorted by relevance

123456789

/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmServiceStateTracker.java165 static final int PS_NOTIFICATION = 888; // Id to update and cancel PS restricted
166 static final int CS_NOTIFICATION = 999; // Id to update and cancel CS restricted
1777 // do nothing and cancel the notification later
1790 // cancel previous post notification
1791 notificationManager.cancel(notificationId);
/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp530 mPendingSyncEvents[i]->cancel();
H A DThreads.cpp4767 mSyncStartEvent->cancel();
/frameworks/base/services/java/com/android/server/accessibility/
H A DAccessibilityManagerService.java1273 .setNegativeButton(android.R.string.cancel, new OnClickListener() {
/frameworks/ex/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java2504 mIndividualReplacements.cancel(true);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDcTracker.java846 am.cancel(intent);
/frameworks/base/services/java/com/android/server/
H A DBackupManagerService.java876 mAlarmManager.cancel(mRunInitIntent);
5391 mAlarmManager.cancel(mRunBackupIntent);
5945 // and cancel any pending timeout message
H A DConnectivityService.java4552 notificationManager.cancel(NOTIFICATION_ID, networkType);
4554 loge("setNotificaitionVisible: cancel notificationManager npe=" + npe);
H A DDevicePolicyManagerService.java640 am.cancel(pi);
/frameworks/base/services/java/com/android/server/content/
H A DSyncManager.java115 * cancel it and add it back to the end of the sync queue. In milliseconds.
287 null /* no result since this is a cancel */);
1933 // cancel the sync if we have a syncadapter, which means one is
2469 // if an account was specified then only cancel the sync if it matches
2475 // if an authority was specified then only cancel the sync if it matches
2486 runSyncFinishedOrCanceledLocked(null /* no result since this is a cancel */,
2622 // to cancel it and then clear out the info
2640 // it isn't currently up, so there is nothing to cancel
2740 // determine if we need to set or cancel the alarm
2756 // Set or cancel th
[all...]

Completed in 356 milliseconds

123456789