HomeSort by relevance Sort by last modified time
    Searched refs:adn (Results 1 - 19 of 19) sorted by null

  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
AdnRecordTest.java 32 AdnRecord adn; local
37 adn = new AdnRecord(
40 assertEquals("Voice Mail", adn.getAlphaTag());
41 assertEquals("+18056377243", adn.getNumber());
42 assertFalse(adn.isEmpty());
47 adn = new AdnRecord(
50 assertEquals("", adn.getAlphaTag());
51 assertEquals("", adn.getNumber());
52 assertTrue(adn.isEmpty());
57 adn = new AdnRecord(IccUtils.hexStringToBytes( "FF"))
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
AdnRecordLoader.java 116 * Write adn to a EF SIM record
117 * It will get the record size of EF record and compose hex adn array
120 * @param adn is set with alphaTag and phone number
128 updateEF(AdnRecord adn, int ef, int extensionEF, int recordNumber,
137 obtainMessage(EVENT_EF_LINEAR_RECORD_SIZE_DONE, adn));
147 AdnRecord adn; local
153 adn = (AdnRecord)(ar.userObj);
171 data = adn.buildAdnString(recordSize[0]);
174 throw new RuntimeException("wrong ADN format",
188 throw new RuntimeException("update EF adn record failed"
    [all...]
AdnRecordCache.java 42 // People waiting for ADN-like files to be loaded
46 // People waiting for adn record to be updated
105 * Returns extension ef associated with ADN-like EF or -1 if
131 * Update an ADN-like record in EF by record index
134 * @param adn is the new adn to be stored
135 * @param recordIndex is the 1-based adn record index
140 public void updateAdnByIndex(int efid, AdnRecord adn, int recordIndex, String pin2,
145 sendErrorResponse(response, "EF is not known ADN-like EF:0x" +
159 new AdnRecordLoader(mFh).updateEF(adn, efid, extensionEF
352 AdnRecord adn = (AdnRecord) (ar.userObj); local
    [all...]
AdnRecord.java 52 // In an ADN record, everything but the alpha identifier
64 // ADN offset
167 return "ADN Record '" + mAlphaTag + "' '" + Rlog.pii(LOG_TAG, mNumber) + " "
193 public boolean isEqual(AdnRecord adn) {
194 return ( stringCompareNullEqualsEmpty(mAlphaTag, adn.mAlphaTag) &&
195 stringCompareNullEqualsEmpty(mNumber, adn.mNumber) &&
196 Arrays.equals(mEmails, adn.mEmails));
215 * Build adn hex byte array based on record size
SIMRecords.java 336 AdnRecord adn = new AdnRecord(mNewMsisdnTag, mNewMsisdn); local
338 new AdnRecordLoader(mFh).updateEF(adn, EF_MSISDN, getExtFromEf(EF_MSISDN), 1, null,
389 AdnRecord adn = new AdnRecord(mNewVoiceMailTag, mNewVoiceMailNum); local
393 new AdnRecordLoader(mFh).updateEF(adn, EF_MBDN, EF_EXT6,
399 new AdnRecordLoader(mFh).updateEF(adn, EF_MAILBOX_CPHS,
633 AdnRecord adn; local
793 adn = (AdnRecord) ar.result;
795 log("VM: " + adn
799 if (adn.isEmpty() && msg.what == EVENT_GET_MBDN_DONE) {
811 mVoiceMailNum = adn.getNumber()
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 
  /external/e2fsprogs/doc/
texinfo.tex     [all...]
  /external/e2fsprogs/lib/et/
texinfo.tex     [all...]
  /external/libffi/
texinfo.tex     [all...]
  /external/libmicrohttpd/doc/
texinfo.tex     [all...]
  /external/python/cpython2/Modules/_ctypes/libffi/
texinfo.tex     [all...]
  /external/python/cpython3/Modules/_ctypes/libffi/
texinfo.tex     [all...]
  /toolchain/binutils/binutils-2.27/texinfo/
texinfo.tex     [all...]

Completed in 650 milliseconds