/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/ |
DialogFragment.java | 117 args.putInt(EXTRA_CONTENT_ICON_RESOURCE_ID, mIconResourceId); 120 args.putInt(EXTRA_CONTENT_ICON_BACKGROUND, mIconBackgroundColor); 123 args.putInt(EXTRA_ACTION_SELECTED_INDEX, mSelectedIndex); 275 outState.putInt(EXTRA_CONTENT_ICON_RESOURCE_ID, mIconResourceId); 278 outState.putInt(EXTRA_CONTENT_ICON_BACKGROUND, mIconBackgroundColor); 280 outState.putInt(EXTRA_ACTION_SELECTED_INDEX, [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/ |
InteractiveVerifierActivity.java | 167 outState.putInt(STATE, stateIndex); 168 outState.putInt(STATUS, mCurrentTest.status);
|
/external/chromium_org/mojo/public/java/bindings/src/org/chromium/mojo/bindings/ |
Encoder.java | 185 mEncoderState.byteBuffer.putInt(mBaseOffset + offset, v); 462 mEncoderState.byteBuffer.putInt(mBaseOffset + offset, -1);
|
/frameworks/base/tests/MemoryUsage/src/com/android/tests/memoryusage/ |
MemoryUsageTest.java | 225 results.putInt(mNameToResultKey.get(appName), pss); 232 results.putInt(mNameToResultKey.get(appName), average(pssData));
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
PhoneFactory.java | 345 Settings.Global.putInt(sContext.getContentResolver(), 369 Settings.Global.putInt(sContext.getContentResolver(),
|
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/ |
BlobCache.java | 408 mIndexBuffer.putInt(mSlotOffset + 8, mActiveBytes); 571 mIndexBuffer.putInt(hashStart + slot * 12 + 8, 0);
|
/packages/apps/Gallery2/src/com/android/gallery3d/util/ |
GalleryUtils.java | 214 prefs.edit().putInt(updateKey, version) 229 prefs.edit().putInt(KEY_CAMERA_UPDATE, version)
|
/packages/apps/Mms/src/com/android/mms/util/ |
BlobCache.java | 399 mIndexBuffer.putInt(mSlotOffset + 8, mActiveBytes); 559 mIndexBuffer.putInt(hashStart + slot * 12 + 8, 0);
|
Recycler.java | 175 editPrefs.putInt(MAX_SMS_MESSAGES_PER_THREAD, limit); 315 editPrefs.putInt(MAX_MMS_MESSAGES_PER_THREAD, limit);
|
/packages/apps/Settings/src/com/android/settings/ |
DateTimeSettings.java | 197 Settings.Global.putInt(getContentResolver(), Settings.Global.AUTO_TIME, 203 Settings.Global.putInt(
|
SettingsPreferenceFragment.java | 411 outState.putInt(KEY_DIALOG_ID, mDialogId); 412 outState.putInt(KEY_PARENT_FRAGMENT_ID, mParentFragment.getId());
|
/packages/apps/Settings/src/com/android/settings/accessibility/ |
ToggleAccessibilityServicePreferenceFragment.java | 143 Settings.Secure.putInt(getContentResolver(), 301 Settings.Global.putInt(getContentResolver(),
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
OnePaneController.java | 119 outState.putInt(CONVERSATION_LIST_TRANSACTION_KEY, mLastConversationListTransactionId); 120 outState.putInt(CONVERSATION_TRANSACTION_KEY, mLastConversationTransactionId);
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/ |
Settings.java | 431 prefs.edit().putInt(key, categoryPageId).apply(); 442 prefs.edit().putInt(PREF_LAST_SHOWN_EMOJI_CATEGORY_ID, categoryId).apply();
|
/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/activities/ |
MultiTouchActivity.java | 199 bb.putInt(event.getPointerId(action_pid_index)); 215 bb.putInt(event.getPointerId(action_pid_index));
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/location/ |
LocationModeTestActivity.java | 86 outState.putInt(STATE, mState);
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/security/ |
CAInstallNotificationVerifierActivity.java | 101 outState.putInt(STATE, mState);
|
/developers/build/prebuilts/gradle/NavigationDrawer/Application/src/main/java/com/example/android/navigationdrawer/ |
NavigationDrawerActivity.java | 226 args.putInt(PlanetFragment.ARG_PLANET_NUMBER, position);
|
/developers/build/prebuilts/gradle/ScreenCapture/Application/src/main/java/com/example/android/screencapture/ |
ScreenCaptureFragment.java | 102 outState.putInt(STATE_RESULT_CODE, mResultCode);
|
/developers/build/prebuilts/gradle/WatchFace/Application/src/main/java/com/example/android/wearable/watchface/ |
DigitalWatchFaceCompanionConfigActivity.java | 207 config.putInt(configKey, color);
|
/developers/samples/android/media/ScreenCapture/Application/src/main/java/com/example/android/screencapture/ |
ScreenCaptureFragment.java | 102 outState.putInt(STATE_RESULT_CODE, mResultCode);
|
/developers/samples/android/ui/views/NavigationDrawer/Application/src/main/java/com/example/android/navigationdrawer/ |
NavigationDrawerActivity.java | 226 args.putInt(PlanetFragment.ARG_PLANET_NUMBER, position);
|
/developers/samples/android/wearable/wear/WatchFace/Application/src/main/java/com/example/android/wearable/watchface/ |
DigitalWatchFaceCompanionConfigActivity.java | 207 config.putInt(configKey, color);
|
/development/samples/browseable/NavigationDrawer/src/com.example.android.navigationdrawer/ |
NavigationDrawerActivity.java | 226 args.putInt(PlanetFragment.ARG_PLANET_NUMBER, position);
|
/development/samples/browseable/WatchFace/Application/src/com.example.android.wearable.watchface/ |
DigitalWatchFaceCompanionConfigActivity.java | 207 config.putInt(configKey, color);
|