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

  /external/chromium_org/chrome/browser/sessions/
session_service.h 65 enum AppType {
147 AppType app_type);
416 AppType app_type);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
IccCardApplicationStatus.java 31 public enum AppType{
102 public AppType app_type;
115 public AppType AppTypeFromRILInt(int type) {
116 AppType newType;
119 case 0: newType = AppType.APPTYPE_UNKNOWN; break;
120 case 1: newType = AppType.APPTYPE_SIM; break;
121 case 2: newType = AppType.APPTYPE_USIM; break;
122 case 3: newType = AppType.APPTYPE_RUIM; break;
123 case 4: newType = AppType.APPTYPE_CSIM; break;
124 case 5: newType = AppType.APPTYPE_ISIM; break
    [all...]

Completed in 54 milliseconds