OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wpir
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/services/java/com/android/server/am/
ActivityRecord.java
184
for (WeakReference<PendingIntentRecord>
wpir
: pendingResults) {
185
PendingIntentRecord pir =
wpir
!= null ?
wpir
.get() : null;
[
all
...]
ActivityManagerService.java
4551
WeakReference<PendingIntentRecord>
wpir
= it.next();
local
[
all
...]
Completed in 739 milliseconds