HomeSort by relevance Sort by last modified time
    Searched refs:alertType (Results 1 - 7 of 7) sorted by null

  /packages/apps/OMA-DM/DMService/src/com/android/omadm/service/
FotaNotifyContext.java 20 FotaNotifyContext(String result, String pkgURI, String alertType,
24 mAlertType = alertType;
NativeDM.java 81 * @param alertType
88 String alertType, String serverID, String correlator, DMSession sessionAgent);
DMClientService.java 140 String alertType, String redirectURI, String username, String password)
143 + "\", \"" + privateKey + "\", \"" + alertType + "\", \"" + redirectURI
400 String alertType = intent.getStringExtra(DMIntent.FIELD_ALERTTYPE);
406 + " alertType=" + alertType + '\n' + " serverID="
410 pkg.mobj = new FotaNotifyContext(result, pkgURI, alertType,
453 String alertType = intent.getStringExtra(DMIntent.FIELD_ALERTTYPE);
456 pkg.mobj = new FotaNotifyContext(result, pkgURI, alertType, null, correlator);
DMIntentReceiver.java     [all...]
  /packages/apps/OMA-DM/engine/dmlib/api/native/
dmtFirmAlert.hpp 63 * \param alertType [in] - alert type, constant character pointer.
71 const char* alertType,
79 m_strAlertType = alertType;
184 * \param alertType [in] - alert type as a string
191 SYNCML_DM_RET_STATUS_T setAlertType(const char* alertType)
193 m_strAlertType = alertType;
  /packages/apps/OMA-DM/engine/javaplugin/api/com/android/omadm/plugin/
IDMClientService.aidl 43 * @param alertType the alert 1226 command
50 String alertType, String redirectURI, String username, String password);
  /packages/apps/OMA-DM/engine/jni/
DMServiceMain.cc 304 jstring result, jstring pkgURI, jstring alertType,
311 const char* szAlertType = jenv->GetStringUTFChars(alertType, NULL);
326 jenv->ReleaseStringUTFChars(alertType, szAlertType);

Completed in 229 milliseconds