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/base/telephony/java/com/android/internal/telephony/
H A DIccFileHandler.java296 LoadLinearFixedContext lc;
309 lc = (LoadLinearFixedContext) ar.userObj;
311 response = lc.onLoaded;
330 lc = (LoadLinearFixedContext) ar.userObj;
332 response = lc.onLoaded;
362 lc = (LoadLinearFixedContext) ar.userObj;
364 response = lc.onLoaded;
379 fileid = lc.efid;
380 recordNum = lc.recordNum;
390 lc
[all...]
H A DDataConnection.java695 LinkCapabilities lc = new LinkCapabilities(mCapabilities);
696 if (VDBG) log("REQ_GET_LINK_CAPABILITIES linkCapabilities" + lc);
697 mAc.replyToMessage(msg, DataConnectionAc.RSP_GET_LINK_CAPABILITIES, lc);
/frameworks/base/core/java/android/content/
H A DContentService.java92 int lc = pidCounts.get(lhs);
94 if (lc < rc) {
96 } else if (lc > rc) {
/frameworks/av/services/audioflinger/
H A DAudioMixer.cpp105 LocalClock lc; local
121 t->localTimeFreq = lc.getLocalFreq();
H A DAudioFlinger.cpp4856 LocalClock lc; local
4857 mLocalTimeFreq = lc.getLocalFreq();

Completed in 148 milliseconds