Searched refs:lc (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/net/
H A DLinkSocketTest.java38 LinkCapabilities lc;
40 lc = new LinkCapabilities();
41 assertEquals(0, lc.size());
42 assertEquals(true, lc.isEmpty());
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DIccFileHandler.java314 LoadLinearFixedContext lc;
327 lc = (LoadLinearFixedContext) ar.userObj;
329 response = lc.onLoaded;
348 lc = (LoadLinearFixedContext) ar.userObj;
350 response = lc.onLoaded;
380 lc = (LoadLinearFixedContext) ar.userObj;
382 response = lc.onLoaded;
397 fileid = lc.efid;
398 recordNum = lc.recordNum;
408 lc
[all...]
H A DDataConnection.java720 LinkCapabilities lc = new LinkCapabilities(mCapabilities);
721 if (VDBG) log("REQ_GET_LINK_CAPABILITIES linkCapabilities" + lc);
722 mAc.replyToMessage(msg, DataConnectionAc.RSP_GET_LINK_CAPABILITIES, lc);
/frameworks/base/core/java/android/content/
H A DContentService.java94 int lc = pidCounts.get(lhs);
96 if (lc < rc) {
98 } else if (lc > rc) {
/frameworks/av/services/audioflinger/
H A DAudioMixer.cpp109 LocalClock lc; local
125 t->localTimeFreq = lc.getLocalFreq();
H A DAudioFlinger.cpp4892 LocalClock lc; local
4893 mLocalTimeFreq = lc.getLocalFreq();

Completed in 110 milliseconds