Searched refs:KEY_ID (Results 1 – 9 of 9) sorted by relevance
41 private static final String KEY_ID = "settings_id"; field in SettingsManager53 if (sharedPref.contains(KEY_ID)) { in generateAndSetId()60 editor.putInt(KEY_ID, rand.nextInt(ID_UPPER_BOUND)); in generateAndSetId()71 return sharedPref.getInt(KEY_ID, rand.nextInt(ID_UPPER_BOUND) /* defaultValue */); in getId()
52 private static final String KEY_ID = "id"; field in TrampolineActivity148 args.putLong(KEY_ID, id); in show()162 final long id = getArguments().getLong(KEY_ID); in onCreateDialog()210 args.putLong(KEY_ID, id); in show()224 final long id = getArguments().getLong(KEY_ID); in onCreateDialog()
77 private static final byte[] KEY_ID = "androidIkeKeyId".getBytes(); field in IkeIdPayloadTest166 assertArrayEquals(KEY_ID, ikeId.keyId); in testDecodeKeyIdPayload()262 new IkeIdPayload(true /*isInitiator*/, new IkeKeyIdIdentification(KEY_ID)); in testConstructAndEncodeKeyIdPayload()315 verifyPersistableBundleEncodeDecodeIsLossless(new IkeKeyIdIdentification(KEY_ID)); in testPersistableBundleEncodeDecodeKeyId()
46 private static final String KEY_ID = "id"; field in Conversation109 bundle.putString(KEY_ID, mId); in toBundle()140 if (bundle.getString(KEY_ID) == null in fromBundle()161 Objects.requireNonNull(bundle.getString(KEY_ID)), in fromBundle()
91 preference.setKey(timeZone.get(ZoneGetter.KEY_ID).toString()); in createTimeZonePreference()95 String tzId = timeZone.get(ZoneGetter.KEY_ID).toString(); in createTimeZonePreference()
132 setKey((String) zone.get(ZoneGetter.KEY_ID)); in ZonePreference()
184 map.put(ZoneGetter.KEY_ID, key); in createTimeZoneMap()
90 field public static final java.lang.String KEY_ID = "android.car.app.menu.id";