Lines Matching refs:key

250     // How long we wait until we timeout on key dispatching.
253 // How long we wait until we timeout on key dispatching during instrumentation.
317 * Activity we have told the window manager to have key focus.
379 * All of the processes that have been forced to be foreground. The key
3954 if (pir.key.userId != userId) {
3963 if (userId != UserHandle.USER_ALL && pir.key.userId != userId) {
3967 if (!pir.key.packageName.equals(name)) {
3978 if (pir.key.activity != null) {
3979 pir.key.activity.pendingResults.remove(pir.ref);
4633 PendingIntentRecord.Key key = new PendingIntentRecord.Key(
4637 ref = mIntentSenderRecords.get(key);
4642 if (rec.key.requestIntent != null) {
4643 rec.key.requestIntent.replaceExtras(intents != null ?
4647 intents[intents.length-1] = rec.key.requestIntent;
4648 rec.key.allIntents = intents;
4649 rec.key.allResolvedTypes = resolvedTypes;
4651 rec.key.allIntents = null;
4652 rec.key.allResolvedTypes = null;
4658 mIntentSenderRecords.remove(key);
4663 rec = new PendingIntentRecord(this, key, callingUid);
4664 mIntentSenderRecords.put(key, rec.ref);
4683 .getPackageUid(rec.key.packageName, UserHandle.getCallingUserId());
4689 + rec.key.packageName;
4702 mIntentSenderRecords.remove(rec.key);
4703 if (cleanActivity && rec.key.activity != null) {
4704 rec.key.activity.pendingResults.remove(rec.ref);
4714 return res.key.packageName;
4737 if (res.key.allIntents == null) {
4740 for (int i=0; i<res.key.allIntents.length; i++) {
4741 Intent intent = res.key.allIntents[i];
4758 if (res.key.type == ActivityManager.INTENT_SENDER_ACTIVITY) {
7380 info.putString("longMsg", "Timed out while dispatching key event");
7480 stats.getPackageStatsLocked(uid, rec.key.packageName);
9889 || !dumpPackage.equals(rec.key.packageName))) {