/device/google/atv/libraries/BluetoothServices/src/com/google/android/tv/btservices/settings/ |
D | ResponseFragment.java | 86 return getString(args.getInt(ARG_TITLE), name); in getTitleImpl() 88 return getString(args.getInt(ARG_TITLE)); in getTitleImpl() 93 return args.getInt(ARG_SUMMARY) != 0 ? getString(args.getInt(ARG_SUMMARY)) : null; in getSummaryImpl() 98 return args.getInt(ARG_ICON) != 0 ? getResources().getDrawable(args.getInt(ARG_ICON)) : in getDrawableImpl() 132 final int defaultChoice = args.getInt(ARG_DEFAULT_CHOICE, DEFAULT_CHOICE_UNDEFINED); in onViewCreated()
|
D | SlicesUtil.java | 105 return Settings.Global.getInt(context.getContentResolver(), in isFindMyRemoteButtonEnabled()
|
/device/google/atv/TvSampleLeanbackLauncher/src/main/java/com/example/sampleleanbacklauncher/notifications/ |
D | TvNotification.java | 150 boolean dismissible = cursor.getInt(index++) != 0; in fromCursor() 151 boolean ongoing = cursor.getInt(index++) != 0; in fromCursor() 155 int channel = cursor.getInt(index++); in fromCursor() 156 int progress = cursor.getInt(index++); in fromCursor() 157 int progressMax = cursor.getInt(index++); in fromCursor() 158 boolean hasContentIntent = cursor.getInt(index++) != 0; in fromCursor()
|
D | NotificationsPanelAdapter.java | 95 boolean dismissible = mCursor.getInt(TvNotification.COLUMN_INDEX_DISMISSIBLE) != 0; in getItemViewType() 96 boolean ongoing = mCursor.getInt(TvNotification.COLUMN_INDEX_ONGOING) != 0; in getItemViewType()
|
/device/google/cuttlefish/tests/graphics/src/com/android/cuttlefish/tests/ |
D | CuttlefishDisplayHotplugTest.java | 186 int w = jsonDisplayModeWindowed.getInt(0); in parseHostDisplayInfos() 187 int h = jsonDisplayModeWindowed.getInt(1); in parseHostDisplayInfos() 226 int id = jsonDisplay.getInt("id"); in parseGuestDisplayInfos() 227 int w = jsonDisplay.getInt("width"); in parseGuestDisplayInfos() 228 int h = jsonDisplay.getInt("height"); in parseGuestDisplayInfos()
|
/device/google/atv/TvSampleLeanbackLauncher/src/main/java/com/example/sampleleanbacklauncher/ |
D | SystemUpdateChecker.java | 58 int checkedBootCount = prefs.getInt(PREF_SYSTEM_CHECKED_BOOT_COUNT, -1); in getSystemUpdateCheckerIntent() 88 return Settings.Global.getInt(mContext.getContentResolver(), Settings.Global.BOOT_COUNT, 0); in getBootCount()
|
/device/generic/goldfish/provision/EmulatorProvisonLib/src/com/android/sdksetup/ |
D | ProvisionActivity.java | 135 SystemProperties.getInt("ro.boot.qemu.settings.system.screen_off_timeout", 0); in provisionDisplay() 237 return (Settings.Global.getInt(getContentResolver(), in provisionRequired()
|
/device/sample/frameworks/PlatformLibrary/api/ |
D | current.txt | 6 method public int getInt(boolean);
|
/device/sample/frameworks/PlatformLibrary/java/com/example/android/platform_library/ |
D | PlatformLibrary.java | 36 public int getInt(boolean bad) { in getInt() method in PlatformLibrary
|
/device/sample/apps/client/src/com/example/android/platform_library/client/ |
D | Client.java | 35 int res = pl.getInt(false); in onCreate()
|
/device/amlogic/yukawa/services/micmuteprovider/src/com/google/android/tv/hotword/ |
D | HotwordMicToggleService.java | 110 int state = data.getInt(0); in isMicMuted()
|
/device/google/atv/FrameworkPackageStubs/src/com/android/browser/provider/ |
D | BrowserProvider2.java | 895 if (cursor.getInt(1) != 0) { in appendBookmarksIfFolder() 994 boolean isBookmark = c.getInt(1) != 0; in deleteInTransaction() 1466 count = c.getInt(0); in getUrlCount() 1548 if (cursor.getInt(4) != 0) { in updateBookmarksInTransaction() 1812 public int getInt(int column) { in getInt() method in BrowserProvider2.SuggestionsCursor
|
/device/google/atv/libraries/BluetoothServices/src/com/google/android/tv/btservices/ |
D | BluetoothDeviceService.java | 238 return Settings.Secure.getInt(context.getContentResolver(), USER_SETUP_COMPLETE, 0) > 0 in isSetupComplete() 239 && Settings.Secure.getInt(context.getContentResolver(), TV_USER_SETUP_COMPLETE, 0) in isSetupComplete()
|
/device/google/atv/TvSampleLeanbackLauncher/src/main/java/com/example/sampleleanbacklauncher/apps/ |
D | LaunchItemsManager.java | 294 return mNotifsCountCursor.getInt(index); in getNotifsCount()
|
/device/google/atv/products/lowram_boot_profiles/ |
D | boot-image-profile.txt | 21121 HSPLandroid/app/SharedPreferencesImpl;->getInt(Ljava/lang/String;I)I 24953 HSPLandroid/content/res/TypedArray;->getInt(II)I 25075 HSPLandroid/database/AbstractWindowedCursor;->getInt(I)I 25154 HSPLandroid/database/CursorWindow;->getInt(II)I 25179 HSPLandroid/database/CursorWrapper;->getInt(I)I 25235 HSPLandroid/database/MatrixCursor;->getInt(I)I 28936 HSPLandroid/icu/impl/ICUResourceBundleImpl$ResourceInt;->getInt()I 29022 HSPLandroid/icu/impl/ICUResourceBundleReader;->getInt(I)I 29149 HSPLandroid/icu/impl/OlsonTimeZone;->getInt(B)I 33236 HSPLandroid/os/BaseBundle;->getInt(Ljava/lang/String;)I [all …]
|