Searched refs:systemId (Results 1 - 18 of 18) sorted by relevance

/frameworks/support/work/workmanager/src/main/java/androidx/work/impl/model/
H A DSystemIdInfo.java46 public final int systemId; field in class:SystemIdInfo
48 public SystemIdInfo(@NonNull String workSpecId, int systemId) { argument
50 this.systemId = systemId;
60 if (systemId != that.systemId) return false;
67 result = 31 * result + systemId;
/frameworks/support/work/workmanager/src/main/java/androidx/work/impl/background/systemalarm/
H A DAlarms.java64 cancelExactAlarm(context, workSpecId, systemIdInfo.systemId);
65 setExactAlarm(context, workSpecId, systemIdInfo.systemId, triggerAtMillis);
91 cancelExactAlarm(context, workSpecId, systemIdInfo.systemId);
108 "Cancelling existing alarm with (workSpecId, systemId) (%s, %s)",
/frameworks/base/telephony/java/android/telephony/cdma/
H A DCdmaCellLocation.java72 this.mSystemId = bundle.getInt("systemId", mSystemId);
150 int baseStationLongitude, int systemId, int networkId) {
155 this.mSystemId = systemId;
216 bundleToFill.putInt("systemId", this.mSystemId);
149 setCellLocationData(int baseStationId, int baseStationLatitude, int baseStationLongitude, int systemId, int networkId) argument
/frameworks/support/work/workmanager/src/androidTest/java/androidx/work/impl/background/systemalarm/
H A DAlarmsTest.java83 assertThat(updatedSystemIdInfo.systemId, is(systemIdInfo.systemId));
/frameworks/av/media/libstagefright/mpeg2ts/
H A DCasManager.h47 int32_t *systemId, sp<IDescrambler> *descrambler,
H A DESQueue.h74 void setCasInfo(int32_t systemId, const std::vector<uint8_t> &sessionId);
H A DCasManager.cpp318 int32_t *systemId, sp<IDescrambler> *descrambler,
324 *systemId = mSystemId;
316 getCasInfo( unsigned programNumber, unsigned elementaryPID, int32_t *systemId, sp<IDescrambler> *descrambler, std::vector<uint8_t> *sessionId) const argument
H A DATSParser.cpp156 int32_t systemId,
708 int32_t systemId; local
710 &systemId, &descrambler, &sessionId)) {
711 stream->setCasInfo(systemId, descrambler, sessionId);
1647 int32_t systemId, const sp<IDescrambler> &descrambler,
1653 mQueue->setCasInfo(systemId, sessionId);
1646 setCasInfo( int32_t systemId, const sp<IDescrambler> &descrambler, const std::vector<uint8_t> &sessionId) argument
H A DESQueue.cpp84 int32_t systemId, const std::vector<uint8_t> &sessionId) {
85 mCASystemId = systemId;
83 setCasInfo( int32_t systemId, const std::vector<uint8_t> &sessionId) argument
/frameworks/base/media/java/android/media/
H A DMediaExtractor.java276 CasInfo(int systemId, @Nullable MediaCas.Session session) { argument
277 mSystemId = systemId;
322 int systemId = ((Integer)formatMap.get(MediaFormat.KEY_CA_SYSTEM_ID)).intValue();
331 return new CasInfo(systemId, session);
/frameworks/support/work/workmanager/src/main/java/androidx/work/impl/background/systemjob/
H A DSystemJobScheduler.java84 int jobId = info != null ? info.systemId : mIdGenerator.nextJobSchedulerIdWithRange(
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCellularNetworkService.java354 cellIdentityCdma.systemId, cellIdentityCdma.baseStationId,
450 cellIdentityCdma.base.systemId,
H A DServiceStateTracker.java946 int systemId = 0;
955 systemId = ((CellIdentityCdma) cellIdentity).getSystemId();
973 baseStationLatitude, baseStationLongitude, systemId, networkId);
1837 int systemId = 0;
1841 systemId = ((CellIdentityCdma) cellIdentity).getSystemId();
1844 mNewSS.setCdmaSystemAndNetworkId(systemId, networkId);
2191 String systemId = Integer.toString(mNewSS.getCdmaSystemId());
2197 || isNonRoamingInCdmaNetwork(b, systemId)) {
2199 + mNewSS.getOperatorNumeric() + ", " + systemId);
2202 || isRoamingInCdmaNetwork(b, systemId)) {
[all...]
H A DRIL.java5331 cellInfoCdma.cellIdentityCdma.systemId,
5439 cellInfoCdma.cellIdentityCdma.base.systemId,
/frameworks/base/telephony/java/android/telephony/
H A DServiceState.java1131 mSystemId = m.getInt("systemId");
1164 m.putInt("systemId", mSystemId);
1226 public void setCdmaSystemAndNetworkId(int systemId, int networkId) { argument
1227 this.mSystemId = systemId;
/frameworks/av/media/libstagefright/
H A DUtils.cpp602 int32_t systemId; local
603 if (meta->findInt32(kKeyCASystemID, &systemId)) {
604 msg->setInt32("ca-system-id", systemId);
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DRILTest.java1199 cellinfo.cellIdentityCdma.systemId = SYSTEM_ID;
1587 cellinfo.cellIdentityCdma.base.systemId = SYSTEM_ID;
/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...

Completed in 1150 milliseconds