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

  /hardware/ti/omap3/dspbridge/inc/
rms_sh.h 105 RMS_WORD notifyType; /* Type of message notification */
  /hardware/ti/omap3/dspbridge/libbridge/inc/
rms_sh.h 105 RMS_WORD notifyType; /* Type of message notification */
  /frameworks/base/services/core/java/com/android/server/connectivity/
LingerMonitor.java 174 int notifyType =
176 if (notifyType == NOTIFY_TYPE_NOTIFICATION && forceToast) {
177 notifyType = NOTIFY_TYPE_TOAST;
181 Log.d(TAG, "Notify type: " + sNotifyTypeNames.get(notifyType, "" + notifyType));
184 switch (notifyType) {
194 Log.e(TAG, "Unknown notify type " + notifyType);
200 " type=" + sNotifyTypeNames.get(notifyType, "unknown(" + notifyType + ")"));
  /frameworks/base/services/core/java/com/android/server/
ConnectivityService.java     [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 

Completed in 1559 milliseconds