Searched defs:_i (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/java/com/android/server/am/
H A DPendingIntentRecord.java56 int _r, Intent _i, String _it, int _f) {
62 requestIntent = _i;
75 if (_i != null) {
76 hash = (ODD_PRIME_NUMBER*hash) + _i.filterHashCode();
55 Key(int _t, String _p, HistoryRecord _a, String _w, int _r, Intent _i, String _it, int _f) argument

Completed in 19 milliseconds