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

  /packages/apps/Settings/src/com/android/settings/deviceinfo/
StorageMeasurement.java 284 public static final int MSG_CONNECTED = 2;
306 sendMessage(obtainMessage(MSG_CONNECTED, imcs));
312 removeMessages(MSG_CONNECTED);
338 sendMessage(obtainMessage(MSG_CONNECTED, mDefaultContainer));
347 case MSG_CONNECTED: {
  /sdk/apps/SdkController/src/com/android/tools/sdkcontroller/lib/
Channel.java 144 private static final int MSG_CONNECTED = -1;
321 sendMessage(MSG_CONNECTED, (byte[]) null);

Completed in 65 milliseconds