Home
last modified time | relevance | path

Searched refs:PUBLIC_KEY (Results 1 – 2 of 2) sorted by relevance

/packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/
DCarrierProviderTest.java153 contentValues.put(CarrierDatabaseHelper.PUBLIC_KEY, dummy_key1.getBytes()); in testInsertCertificates()
189 contentValues.put(CarrierDatabaseHelper.PUBLIC_KEY, dummy_key1.getBytes()); in testUpdateCertificates()
200 updatedValues.put(CarrierDatabaseHelper.PUBLIC_KEY, dummy_key2); in testUpdateCertificates()
209 String[] columns ={CarrierDatabaseHelper.PUBLIC_KEY}; in testUpdateCertificates()
235 contentValues.put(CarrierDatabaseHelper.PUBLIC_KEY, dummy_key1.getBytes()); in testMultipleCertificates()
244 contentValuesNew.put(CarrierDatabaseHelper.PUBLIC_KEY, dummy_key2.getBytes()); in testMultipleCertificates()
278 contentValues.put(CarrierDatabaseHelper.PUBLIC_KEY, dummy_key1.getBytes()); in testDuplicateFailure()
306 contentValues.put(CarrierDatabaseHelper.PUBLIC_KEY, dummy_key1.getBytes()); in testDelete()
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
DCarrierDatabaseHelper.java50 public static final String PUBLIC_KEY = "public_key"; field in CarrierDatabaseHelper
74 PUBLIC_KEY + " BLOB DEFAULT ''," + in getStringForCarrierKeyTableCreation()