Searched defs:pending (Results 1 – 13 of 13) sorted by relevance
105 PendingIntent pending = in handleWebSearchIntent() local159 private boolean launchPendingIntent(PendingIntent pending, Intent fillIn) { in launchPendingIntent()
51 final JobInfo pending = jobScheduler.getPendingJob(R.integer.job_anomaly_clean_up); in scheduleCleanUp() local
60 final JobInfo pending = jobScheduler.getPendingJob(R.integer.job_anomaly_config_update); in scheduleConfigUpdate() local
57 final AtomicInteger pending = new AtomicInteger(output.futures.size()); in firstMatchingImpl() local
95 final IncidentManager.PendingReport pending = new IncidentManager.PendingReport(uri); in onCreate() local
209 private void setPending(boolean pending) { in setPending()
198 PendingIntent pending = PendingIntent.getBroadcast( in buildUpdate() local
172 PendingIntent pending = PendingIntent.getBroadcast(mContext, 0 /* ignored */, intent, in checkNextAlarm() local
90 bool pending = false; member
1016 final ContentValues pending = after.getAfter(); in structuredNamesAreEqual() local
286 URI_MATCHER.addURI(AUTHORITY, "pending", URI_PENDING_MSG); in URI_MATCHER.addURI()
4494 private void setPendingFactoryReset(boolean pending) { in setPendingFactoryReset()
391 public void setDropPending(boolean pending) { in setDropPending()