Searched refs:pending (Results 1 – 24 of 24) sorted by relevance
105 PendingIntent pending = in handleWebSearchIntent() local107 if (pending == null || !launchPendingIntent(pending, launchUriIntent)) { in handleWebSearchIntent()159 private boolean launchPendingIntent(PendingIntent pending, Intent fillIn) { in launchPendingIntent() argument161 pending.send(this, Activity.RESULT_OK, fillIn); in launchPendingIntent()164 Log.i(TAG, "Pending intent cancelled: " + pending); in launchPendingIntent()
63 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()
92 final IncidentManager.PendingReport pending = new IncidentManager.PendingReport(uri); in onCreate() local93 final String appLabel = formatting.getAppLabel(pending.getRequestingPackage()); in onCreate()163 formatting.getDate(pending.getTimestamp()), in onCreate()164 formatting.getTime(pending.getTimestamp()), in onCreate()
172 PendingIntent pending = PendingIntent.getBroadcast(mContext, 0 /* ignored */, intent, in checkNextAlarm() local174 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()
198 PendingIntent pending = PendingIntent.getBroadcast( in buildUpdate() local200 updateViews.setOnClickPendingIntent(R.id.tip_bubble, pending); in buildUpdate()206 pending = PendingIntent.getBroadcast( in buildUpdate()208 updateViews.setOnClickPendingIntent(R.id.bugdroid, pending); in buildUpdate()
209 private void setPending(boolean pending) { in setPending() argument210 mSave.setVisibility(pending ? View.INVISIBLE : View.VISIBLE); in setPending()211 mProgress.setVisibility(pending ? View.VISIBLE : View.GONE); in setPending()
51 final JobInfo pending = jobScheduler.getPendingJob(R.integer.job_anomaly_clean_up); in scheduleCleanUp() local55 if (pending == null && jobScheduler.schedule(jobBuilder.build()) in scheduleCleanUp()
60 final JobInfo pending = jobScheduler.getPendingJob(R.integer.job_anomaly_config_update); in scheduleConfigUpdate() local64 if (pending == null && jobScheduler.schedule(jobBuilder.build()) in scheduleConfigUpdate()
1016 final ContentValues pending = after.getAfter(); in structuredNamesAreEqual() local1017 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()
57 final AtomicInteger pending = new AtomicInteger(output.futures.size()); in firstMatchingImpl() local76 if (pending.decrementAndGet() == 0) { in firstMatchingImpl()
112 boolean syncIsPending = status != null && status.pending; in isSyncFailing()
131 boolean syncIsPending = status != null && status.pending; in getSyncState()
299 boolean authorityIsPending = status != null && status.pending; in onSyncStateUpdated()
85 If there are any pending queries, `DnsTlsTransport` will retry them.
353 status.pending = true; in refreshUi_syncPending_notInitialSync_shouldHaveActiveSyncIcon()
418 boolean authorityIsPending = status == null ? false : status.pending; in setFeedsState()
645 public void setPending(boolean pending) { in setPending() argument
388 public void setDropPending(boolean pending) { in setDropPending() argument389 mDropPending = pending; in setDropPending()
1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...
1dictionary=main:en_us,locale=en_US,description=English (US),date ...
1dictionary=main:en,locale=en,description=English,date=1414726273, ...