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

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
AppInterface.java 26 public interface AppInterface {
CatService.java 76 public class CatService extends Handler implements AppInterface {
513 Intent intent = new Intent(AppInterface.CAT_CMD_ACTION);
516 intent.setComponent(AppInterface.getDefaultSTKApplication());
518 mContext.sendBroadcast(intent, AppInterface.STK_PERMISSION);
529 Intent intent = new Intent(AppInterface.CAT_SESSION_END_ACTION);
531 intent.setComponent(AppInterface.getDefaultSTKApplication());
532 mContext.sendBroadcast(intent, AppInterface.STK_PERMISSION);
607 CommandType cmdType = AppInterface.CommandType.fromInt(cmdDet.typeOfCommand);
771 * Used by application to get an AppInterface object.
776 public static AppInterface getInstance()
    [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 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 1021 milliseconds