Home
last modified time | relevance | path

Searched refs:pis (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/libs/binder/
DProcessInfoService.cpp32 sp<IProcessInfoService> pis; in getProcessStatesImpl() local
34 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() local
66 pis = mProcessInfoService; in getProcessStatesScoresImpl()
71 if (pis != nullptr) { in getProcessStatesScoresImpl()
[all …]
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/
DAlarmManagerServiceTest.java981 final PendingIntent[] pis = new PendingIntent[numAlarms]; in alarmCountOnRemoveFromPendingWhileIdle() local
983 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() local
1002 pis[i] = getNewMockPendingIntent(); in alarmCountOnAlarmRemoved()
1003 setTestAlarm(ELAPSED_REALTIME, mNowElapsedTest + i + 5, pis[i]); in alarmCountOnAlarmRemoved()
1007 mService.removeLocked(pis[i], null); in alarmCountOnAlarmRemoved()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DIccSmsInterfaceManager.java1498 private void returnUnspecifiedFailure(List<PendingIntent> pis) { in returnUnspecifiedFailure() argument
1499 if (pis == null) { in returnUnspecifiedFailure()
1502 for (PendingIntent pi : pis) { in returnUnspecifiedFailure()