OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:showSingleChoiceAlert
(Results
1 - 2
of
2
) sorted by null
/packages/apps/OMA-DM/engine/jni/
DMServiceAlert.cc
255
DMServiceAlert::
showSingleChoiceAlert
(INT32 maxDisplayTime, const DMString& msg,
259
LOGD("DMServiceAlert: enter
showSingleChoiceAlert
()");
267
"
showSingleChoiceAlert
",
270
LOGE("DMServiceAlert: m_jDmEnv->GetMethodID(
showSingleChoiceAlert
) failed");
274
LOGD("DMServiceAlert: m_jDmEnv->GetMethodID(
showSingleChoiceAlert
) success.");
/packages/apps/OMA-DM/DMService/src/com/android/omadm/service/
DMAlert.java
283
public String
showSingleChoiceAlert
(int maxDisplayTime, String msg, String[] choices,
305
Log.d("
showSingleChoiceAlert
", "Dialog Intent: " + intent);
Completed in 263 milliseconds