Home
last modified time | relevance | path

Searched refs:getInt (Results 1 – 15 of 15) sorted by relevance

/device/google/atv/libraries/BluetoothServices/src/com/google/android/tv/btservices/settings/
DResponseFragment.java86 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()
DSlicesUtil.java105 return Settings.Global.getInt(context.getContentResolver(), in isFindMyRemoteButtonEnabled()
/device/google/atv/TvSampleLeanbackLauncher/src/main/java/com/example/sampleleanbacklauncher/notifications/
DTvNotification.java150 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()
DNotificationsPanelAdapter.java95 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/
DCuttlefishDisplayHotplugTest.java186 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/
DSystemUpdateChecker.java58 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/
DProvisionActivity.java135 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/
Dcurrent.txt6 method public int getInt(boolean);
/device/sample/frameworks/PlatformLibrary/java/com/example/android/platform_library/
DPlatformLibrary.java36 public int getInt(boolean bad) { in getInt() method in PlatformLibrary
/device/sample/apps/client/src/com/example/android/platform_library/client/
DClient.java35 int res = pl.getInt(false); in onCreate()
/device/amlogic/yukawa/services/micmuteprovider/src/com/google/android/tv/hotword/
DHotwordMicToggleService.java110 int state = data.getInt(0); in isMicMuted()
/device/google/atv/FrameworkPackageStubs/src/com/android/browser/provider/
DBrowserProvider2.java895 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/
DBluetoothDeviceService.java238 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/
DLaunchItemsManager.java294 return mNotifsCountCursor.getInt(index); in getNotifsCount()
/device/google/atv/products/lowram_boot_profiles/
Dboot-image-profile.txt21121 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 …]