Searched refs:needToWait (Results 1 – 6 of 6) sorted by relevance
243 bool needToWait = (removeFromGnssInf || removeFromBatchingInf || removeFromGeofenceInf); in destroy() local246 needToWait); in destroy()248 if ((NULL != destroyCompleteCb) && (true == needToWait)) { in destroy()279 if ((NULL != destroyCompleteCb) && (false == needToWait)) { in destroy()
239 bool needToWait = (removeFromGnssInf || removeFromBatchingInf || removeFromGeofenceInf); in destroy() local242 needToWait); in destroy()244 if ((NULL != destroyCompleteCb) && (true == needToWait)) { in destroy()275 if ((NULL != destroyCompleteCb) && (false == needToWait)) { in destroy()
293 bool needToWait = (removeFromGnssInf || removeFromBatchingInf || removeFromGeofenceInf); in destroy() local296 needToWait); in destroy()298 if ((NULL != destroyCompleteCb) && (true == needToWait)) { in destroy()329 if (!needToWait) { in destroy()
348 if (needToWait(file, required, checksums, injector)) { in processRequiredChecksums()525 private static boolean needToWait(File file, in needToWait() method in ApkChecksums
29047 HSPLcom/android/server/pm/ApkChecksums;->needToWait(Ljava/io/File;ILjava/util/Map;Lcom/android/serv…