Searched refs:KEY_TYPE (Results 1 – 5 of 5) sorted by relevance
53 public static final String KEY_TYPE = "type"; field67 + SoundModelContract.KEY_TYPE + " INTEGER,"156 values.put(SoundModelContract.KEY_TYPE, SoundTrigger.SoundModel.TYPE_KEYPHRASE); in updateKeyphraseSoundModel()224 int type = c.getInt(c.getColumnIndex(SoundModelContract.KEY_TYPE)); in getKeyphraseSoundModel()347 type = c.getInt(c.getColumnIndex(SoundModelContract.KEY_TYPE)); in SoundModelRecord()397 values.put(SoundModelContract.KEY_TYPE, type); in writeToDatabase()
83 private static final String KEY_TYPE = "android.media.token.type"; field in SessionToken2259 final @TokenType int type = bundle.getInt(KEY_TYPE, -1); in fromBundle()298 bundle.putInt(KEY_TYPE, mType); in toBundle()
41 private static final String KEY_TYPE = "android.media.token.type"; field in SessionToken2Impl184 final @TokenType int type = bundle.getInt(KEY_TYPE, -1); in fromBundle_impl()222 bundle.putInt(KEY_TYPE, mType); in toBundle_impl()
41 private static final String KEY_TYPE = "KEY_TYPE"; field in CarrierInfoManager124 contentValues.put(Telephony.CarrierColumns.KEY_TYPE, in updateOrInsertCarrierKey()
1202 public static final String KEY_TYPE = "key_type"; field