OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mShortcutService
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
ShortcutManagerTest5.java
43
private ShortcutService
mShortcutService
;
59
mShortcutService
= new ShortcutService(getTestContext(), Looper.getMainLooper(),
67
assertTrue(
mShortcutService
.injectGetPackageUid(
70
assertEquals(-1,
mShortcutService
.injectGetPackageUid(
75
PackageInfo pi =
mShortcutService
.getPackageInfo(
81
pi =
mShortcutService
.getPackageInfo(
87
pi =
mShortcutService
.getPackageInfo(
93
ApplicationInfo ai =
mShortcutService
.getApplicationInfo(
97
ai =
mShortcutService
.getApplicationInfo(
104
ActivityInfo ai =
mShortcutService
.getActivityInfoWithMetadata
[
all
...]
/packages/apps/Settings/src/com/android/settings/development/
ShortcutManagerThrottlingPreferenceController.java
39
private final IShortcutService
mShortcutService
;
44
mShortcutService
= getShortCutService();
62
if (
mShortcutService
== null) {
66
mShortcutService
.resetThrottling();
/packages/apps/Settings/tests/robotests/src/com/android/settings/development/
ShortcutManagerThrottlingPreferenceControllerTest.java
47
private IShortcutService
mShortcutService
;
57
ReflectionHelpers.setField(mController, "
mShortcutService
",
mShortcutService
);
78
verify(
mShortcutService
).resetThrottling();
Completed in 451 milliseconds