Home
last modified time | relevance | path

Searched refs:pending (Results 1 – 25 of 26) sorted by relevance

12

/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/
DGoogleSearch.java105 PendingIntent pending = in handleWebSearchIntent() local
107 if (pending == null || !launchPendingIntent(pending, launchUriIntent)) { in handleWebSearchIntent()
159 private boolean launchPendingIntent(PendingIntent pending, Intent fillIn) { in launchPendingIntent() argument
161 pending.send(this, Activity.RESULT_OK, fillIn); in launchPendingIntent()
164 Log.i(TAG, "Pending intent cancelled: " + pending); in launchPendingIntent()
/packages/services/BuiltInPrintService/src/com/android/bips/discovery/
DDelayedDiscovery.java63 DiscoveredPrinter pending = mPending.remove(printer.getUri()); in DelayedDiscovery()
64 if (pending != null) { in DelayedDiscovery()
65 if (DEBUG) Log.d(TAG, "Delay complete for " + pending); in DelayedDiscovery()
66 printerFound(pending); in DelayedDiscovery()
/packages/modules/adb/daemon/
Dusb.cpp90 bool pending = false; member
460 block->pending = false; in PrepareReadBlock()
534 block->pending = false; in HandleRead()
547 if (current_block->pending) { in HandleRead()
602 block->pending = true; in SubmitRead()
661 CHECK(!write_requests_[writes_submitted_ + i].pending); in SubmitWrites()
662 write_requests_[writes_submitted_ + i].pending = true; in SubmitWrites()
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/incident/
DConfirmationActivity.java95 final IncidentManager.PendingReport pending = new IncidentManager.PendingReport(uri); in onCreate() local
96 final String appLabel = formatting.getAppLabel(pending.getRequestingPackage()); in onCreate()
166 formatting.getDate(pending.getTimestamp()), in onCreate()
167 formatting.getTime(pending.getTimestamp()), in onCreate()
/packages/apps/Protips/src/com/android/protips/
DProtipWidget.java198 PendingIntent pending = PendingIntent.getBroadcast( in buildUpdate() local
200 updateViews.setOnClickPendingIntent(R.id.tip_bubble, pending); in buildUpdate()
206 pending = PendingIntent.getBroadcast( in buildUpdate()
208 updateViews.setOnClickPendingIntent(R.id.bugdroid, pending); in buildUpdate()
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
DCalendarAlarmManager.java172 PendingIntent pending = PendingIntent.getBroadcast(mContext, 0 /* ignored */, intent, in checkNextAlarm() local
174 if (pending != null) { in checkNextAlarm()
176 cancel(pending); in checkNextAlarm()
178 pending = PendingIntent.getBroadcast(mContext, 0 /* ignored */, intent, in checkNextAlarm()
184 setExactAndAllowWhileIdle(AlarmManager.ELAPSED_REALTIME_WAKEUP, triggerAtTime, pending); in checkNextAlarm()
/packages/apps/DocumentsUI/src/com/android/documentsui/picker/
DSaveFragment.java209 private void setPending(boolean pending) { in setPending() argument
210 mSave.setVisibility(pending ? View.INVISIBLE : View.VISIBLE); in setPending()
211 mProgress.setVisibility(pending ? View.VISIBLE : View.GONE); in setPending()
/packages/apps/Settings/src/com/android/settings/fuelgauge/batterytip/
DAnomalyCleanupJobService.java51 final JobInfo pending = jobScheduler.getPendingJob(R.integer.job_anomaly_clean_up); in scheduleCleanUp() local
55 if (pending == null && jobScheduler.schedule(jobBuilder.build()) in scheduleCleanUp()
DAnomalyConfigJobService.java60 final JobInfo pending = jobScheduler.getPendingJob(R.integer.job_anomaly_config_update); in scheduleConfigUpdate() local
64 if (pending == null && jobScheduler.schedule(jobBuilder.build()) in scheduleConfigUpdate()
/packages/apps/Dialer/java/com/android/dialer/common/concurrent/
DDialerFutures.java57 final AtomicInteger pending = new AtomicInteger(output.futures.size()); in firstMatchingImpl() local
76 if (pending.decrementAndGet() == 0) { in firstMatchingImpl()
/packages/apps/Contacts/src/com/android/contacts/editor/
DContactEditorFragment.java1016 final ContentValues pending = after.getAfter(); in structuredNamesAreEqual() local
1017 if (original != null && pending != null) { in structuredNamesAreEqual()
1019 final String afterDisplayName = pending.getAsString(StructuredName.DISPLAY_NAME); in structuredNamesAreEqual()
1023 final String afterPrefix = pending.getAsString(StructuredName.PREFIX); in structuredNamesAreEqual()
1027 final String afterFirstName = pending.getAsString(StructuredName.GIVEN_NAME); in structuredNamesAreEqual()
1031 final String afterMiddleName = pending.getAsString(StructuredName.MIDDLE_NAME); in structuredNamesAreEqual()
1035 final String afterLastName = pending.getAsString(StructuredName.FAMILY_NAME); in structuredNamesAreEqual()
1039 final String afterSuffix = pending.getAsString(StructuredName.SUFFIX); in structuredNamesAreEqual()
/packages/apps/Car/Settings/src/com/android/car/settings/accounts/
DAccountDetailsWithSyncStatusPreferenceController.java110 boolean syncIsPending = status != null && status.pending; in isSyncFailing()
DAccountSyncHelper.java136 boolean syncIsPending = status != null && status.pending; in getSyncState()
/packages/providers/MediaProvider/src/com/android/providers/media/util/
DFileUtils.java1234 final Object pending = values.get(MediaColumns.IS_PENDING);
1235 if (pending != null) {
1236 if (parseBoolean(pending, false)) {
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accounts/
DAccountSyncFragment.java315 boolean authorityIsPending = status != null && status.pending; in onSyncStateUpdated()
/packages/modules/DnsResolver/
DREADME-DoT.md85 If there are any pending queries, `DnsTlsTransport` will retry them.
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/accounts/
DAccountSyncDetailsPreferenceControllerTest.java353 status.pending = true; in refreshUi_syncPending_notInitialSync_shouldHaveActiveSyncIcon()
/packages/apps/Settings/src/com/android/settings/accounts/
DAccountSyncSettings.java434 boolean authorityIsPending = status == null ? false : status.pending; in setFeedsState()
/packages/modules/adb/
Dprotocol.txt187 recipient should cancel pending WRITEs or CLOSEs, but this is not a
/packages/apps/Launcher3/src/com/android/launcher3/
DCellLayout.java391 public void setDropPending(boolean pending) { in setDropPending() argument
392 mDropPending = pending; in setDropPending()
/packages/providers/MediaProvider/apex/framework/api/
Dcurrent.txt71 field public static final String QUERY_ARG_MATCH_PENDING = "android:query-arg-match-pending";
/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/
DWifiP2pServiceImpl.java4494 private void setPendingFactoryReset(boolean pending) { in setPendingFactoryReset() argument
4495 mSettingsConfigStore.put(WIFI_P2P_PENDING_FACTORY_RESET, pending); in setPendingFactoryReset()
/packages/modules/NeuralNetworks/tools/api/
Dtypes.spec3689 * the box with maximum score gets selected and removed from the pending set.
3693 * than a threshold are removed from the pending set.
/packages/inputmethods/LatinIME/dictionaries/
Den_GB_wordlist.combined.gz1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...
Den_US_wordlist.combined.gz

12