Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DPendingIntentRecord.java79 Key(int _t, String _p, ActivityRecord _a, String _w, in Key() argument
81 type = _t; in Key()
111 hash = (ODD_PRIME_NUMBER*hash) + _t; in Key()