OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setShortSupportMessage
(Results
1 - 6
of
6
) sorted by null
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
SupportMessageTest.java
27
* {@link DevicePolicyManager#
setShortSupportMessage
(android.content.ComponentName, String)}.
87
mDevicePolicyManager.
setShortSupportMessage
(ADMIN_RECEIVER_COMPONENT,
115
mDevicePolicyManager.
setShortSupportMessage
(null, ShortMessage.SIMPLE);
153
mDevicePolicyManager.
setShortSupportMessage
(ADMIN_RECEIVER_COMPONENT, message);
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
SetSupportMessageActivity.java
80
mDpm.
setShortSupportMessage
(mAdmin, message);
/frameworks/base/core/java/android/app/admin/
IDevicePolicyManager.aidl
272
void
setShortSupportMessage
(in ComponentName admin, in CharSequence message);
DevicePolicyManager.java
[
all
...]
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DevicePolicyManagerTest.java
[
all
...]
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DevicePolicyManagerService.java
[
all
...]
Completed in 43 milliseconds