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

  /external/chromium_org/chrome/browser/sessions/
session_service.h 64 enum AppType {
143 AppType app_type);
411 AppType app_type);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
IccCardApplicationStatus.java 30 public enum AppType{
101 public AppType app_type;
114 public AppType AppTypeFromRILInt(int type) {
115 AppType newType;
118 case 0: newType = AppType.APPTYPE_UNKNOWN; break;
119 case 1: newType = AppType.APPTYPE_SIM; break;
120 case 2: newType = AppType.APPTYPE_USIM; break;
121 case 3: newType = AppType.APPTYPE_RUIM; break;
122 case 4: newType = AppType.APPTYPE_CSIM; break;
123 case 5: newType = AppType.APPTYPE_ISIM; break
    [all...]
  /external/chromium_org/chrome/browser/ui/
browser.h 121 enum AppType {
184 // Type of app (host or child). See description of AppType.
185 AppType app_type;
233 AppType app_type() const { return app_type_; }
    [all...]

Completed in 112 milliseconds