HomeSort by relevance Sort by last modified time
    Searched full:wpir (Results 1 - 4 of 4) sorted by null

  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/Carbon/
CarbonEvents.py 366 kEventParamWindowProxyImageRgn = FOUR_CHAR_CODE('wpir')
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/Carbon/
CarbonEvents.py 366 kEventParamWindowProxyImageRgn = FOUR_CHAR_CODE('wpir')
  /frameworks/base/services/core/java/com/android/server/am/
ActivityRecord.java 307 for (WeakReference<PendingIntentRecord> wpir : pendingResults) {
308 PendingIntentRecord pir = wpir != null ? wpir.get() : null;
    [all...]
ActivityManagerService.java 6217 WeakReference<PendingIntentRecord> wpir = it.next(); local
    [all...]

Completed in 407 milliseconds