OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mShortcutId
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/java/android/app/usage/
UsageEvents.java
119
public String
mShortcutId
;
170
return
mShortcutId
;
308
p.writeString(event.
mShortcutId
);
335
eventOut.
mShortcutId
= null;
343
eventOut.
mShortcutId
= p.readString();
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
SuggestionData.java
38
private String
mShortcutId
;
90
return
mShortcutId
;
192
mShortcutId
= shortcutId;
231
result = prime * result + ((
mShortcutId
== null) ? 0 :
mShortcutId
.hashCode());
284
if (
mShortcutId
== null) {
285
if (other.
mShortcutId
!= null)
287
} else if (!
mShortcutId
.equals(other.
mShortcutId
))
326
appendField(builder, "shortcutid",
mShortcutId
);
[
all
...]
Completed in 116 milliseconds