OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:showTextInputAlert
(Results
1 - 2
of
2
) sorted by null
/packages/apps/OMA-DM/engine/jni/
DMServiceAlert.cc
191
DMServiceAlert::
showTextInputAlert
( INT32 maxDisplayTime,
201
LOGD("DMServiceAlert: enter
showTextInputAlert
()");
209
"
showTextInputAlert
",
212
LOGE("DMServiceAlert: m_jDmEnv->GetMethodID(
showTextInputAlert
) failed");
216
LOGD("DMServiceAlert: m_jDmEnv->GetMethodID(
showTextInputAlert
) success.");
/packages/apps/OMA-DM/DMService/src/com/android/omadm/service/
DMAlert.java
230
public String
showTextInputAlert
(int maxDisplayTime, String msg, String defaultText,
254
Log.d("
showTextInputAlert
", "Dialog Intent: " + intent);
Completed in 212 milliseconds