Searched refs:pis (Results 1 – 3 of 3) sorted by relevance
32 sp<IProcessInfoService> pis; in getProcessStatesImpl() local34 pis = mProcessInfoService; in getProcessStatesImpl()39 if (pis != nullptr) { in getProcessStatesImpl()40 err = pis->getProcessStatesFromPids(length, /*in*/ pids, /*out*/ states); in getProcessStatesImpl()42 if (IInterface::asBinder(pis)->isBinderAlive()) return err; in getProcessStatesImpl()47 if (pis == mProcessInfoService) { in getProcessStatesImpl()50 pis = mProcessInfoService; in getProcessStatesImpl()64 sp<IProcessInfoService> pis; in getProcessStatesScoresImpl() local66 pis = mProcessInfoService; in getProcessStatesScoresImpl()71 if (pis != nullptr) { in getProcessStatesScoresImpl()[all …]
981 final PendingIntent[] pis = new PendingIntent[numAlarms]; in alarmCountOnRemoveFromPendingWhileIdle() local983 pis[i] = getNewMockPendingIntent(); in alarmCountOnRemoveFromPendingWhileIdle()984 setTestAlarm(ELAPSED_REALTIME, mNowElapsedTest + i + 5, pis[i]); in alarmCountOnRemoveFromPendingWhileIdle()990 mService.removeLocked(pis[i], null); in alarmCountOnRemoveFromPendingWhileIdle()1000 final PendingIntent[] pis = new PendingIntent[numAlarms]; in alarmCountOnAlarmRemoved() local1002 pis[i] = getNewMockPendingIntent(); in alarmCountOnAlarmRemoved()1003 setTestAlarm(ELAPSED_REALTIME, mNowElapsedTest + i + 5, pis[i]); in alarmCountOnAlarmRemoved()1007 mService.removeLocked(pis[i], null); in alarmCountOnAlarmRemoved()
1498 private void returnUnspecifiedFailure(List<PendingIntent> pis) { in returnUnspecifiedFailure() argument1499 if (pis == null) { in returnUnspecifiedFailure()1502 for (PendingIntent pi : pis) { in returnUnspecifiedFailure()