Searched refs:se (Results 1 – 25 of 25) sorted by relevance
23 package android.se.omapi;25 import android.se.omapi.ISecureElementChannel;26 import android.se.omapi.ISecureElementReader;27 import android.se.omapi.ISecureElementListener;
20 package android.se.omapi;22 import android.se.omapi.ISecureElementSession;
23 package android.se.omapi;25 import android.se.omapi.ISecureElementReader;
20 package android.se.omapi;
23 package android.se.omapi;
58 } catch (SecurityException se) { in testSetTimeZonePermissions()
153 ZipString se(suffix ? suffix : ""); in startIteration() local156 suffix ? &se : NULL); in startIteration()
459 } catch (SecurityException se) { in markAsVoiceMail()465 Rlog.e(TAG, "Cannot access VoiceMail.", se); in markAsVoiceMail()
2707 SidxEntry se; in parseSegmentIndex() local2708 se.mSize = d1 & 0x7fffffff; in parseSegmentIndex()2709 se.mDurationUs = 1000000LL * d2 / timeScale; in parseSegmentIndex()2710 mSidxEntries.add(se); in parseSegmentIndex()5032 const SidxEntry *se = &mSegments[i]; in fragmentedRead() local5033 if (totalTime + se->mDurationUs > seekTimeUs) { in fragmentedRead()5037 (seekTimeUs - totalTime) > (totalTime + se->mDurationUs - seekTimeUs))) { in fragmentedRead()5040 totalTime += se->mDurationUs; in fragmentedRead()5041 totalOffset += se->mSize; in fragmentedRead()5045 totalTime += se->mDurationUs; in fragmentedRead()[all …]
213 "core/java/android/se/omapi/ISecureElementService.aidl",214 "core/java/android/se/omapi/ISecureElementListener.aidl",215 "core/java/android/se/omapi/ISecureElementChannel.aidl",216 "core/java/android/se/omapi/ISecureElementReader.aidl",217 "core/java/android/se/omapi/ISecureElementSession.aidl",
4140 final Uid.Sensor se = sensors.valueAt(ise); in dumpCheckinLocked() local4142 final Timer timer = se.getSensorTime(); in dumpCheckinLocked()4149 final Timer bgTimer = se.getSensorBackgroundTime(); in dumpCheckinLocked()5775 final Uid.Sensor se = sensors.valueAt(ise); in dumpLocked() local5780 int handle = se.getHandle(); in dumpLocked()5788 final Timer timer = se.getSensorTime(); in dumpLocked()5794 final Timer bgTimer = se.getSensorBackgroundTime(); in dumpLocked()7447 final Uid.Sensor se = sensors.valueAt(ise); in dumpProtoAppsLocked() local7448 final Timer timer = se.getSensorTime(); in dumpProtoAppsLocked()7452 final Timer bgTimer = se.getSensorBackgroundTime(); in dumpProtoAppsLocked()
827 } catch (SecurityException se) { in assertSecurityException()
9925 Sensor se = mSensorStats.get(sensor); in getSensorTimerLocked() local9926 if (se == null) { in getSensorTimerLocked()9930 se = new Sensor(mBsi, this, sensor); in getSensorTimerLocked()9931 mSensorStats.put(sensor, se); in getSensorTimerLocked()9933 DualTimer t = se.mTimer; in getSensorTimerLocked()9944 se.mTimer = t; in getSensorTimerLocked()14618 Uid.Sensor se = u.mSensorStats.valueAt(ise); in writeSummaryToParcel() local14619 if (se.mTimer != null) { in writeSummaryToParcel()14621 se.mTimer.writeSummaryFromParcelLocked(out, NOWREAL_SYS); in writeSummaryToParcel()
1975 } catch (SecurityException se) { in enforceCrossUserPermission()
10839 } catch (SecurityException se) { in setPermissionGrantState()12614 } catch (SecurityException se) { in clearApplicationUserData()12619 se); in clearApplicationUserData()
3730 } catch (SecurityException se) { in hasCallerBindPermissionOrBindWhiteListedLocked()
39078 Landroid/se/omapi/Channel;39079 Landroid/se/omapi/Channel;->close()V39080 Landroid/se/omapi/Channel;->getSelectResponse()[B39081 Landroid/se/omapi/Channel;->getSession()Landroid/se/omapi/Session;39082 Landroid/se/omapi/Channel;->isBasicChannel()Z39083 Landroid/se/omapi/Channel;->isOpen()Z39084 Landroid/se/omapi/Channel;->selectNext()Z39085 Landroid/se/omapi/Channel;->transmit([B)[B39086 Landroid/se/omapi/Reader;39087 Landroid/se/omapi/Reader;->closeSessions()V[all …]
29115 HSPLandroid/se/omapi/ISecureElementService$Stub;->asInterface(Landroid/os/IBinder;)Landroid/se/omap…29116 HSPLandroid/se/omapi/ISecureElementService;->getReader(Ljava/lang/String;)Landroid/se/omapi/ISecure…29117 HSPLandroid/se/omapi/ISecureElementService;->getReaders()[Ljava/lang/String;29118 HSPLandroid/se/omapi/ISecureElementService;->isNFCEventAllowed(Ljava/lang/String;[B[Ljava/lang/Stri…57551 Landroid/se/omapi/ISecureElementService$Stub$Proxy;57552 Landroid/se/omapi/ISecureElementService$Stub;57553 Landroid/se/omapi/ISecureElementService;
META-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ ...
38421 package android.se.omapi {38426 method public android.se.omapi.Session getSession();38436 method public android.se.omapi.SEService getSEService();38438 method public android.se.omapi.Session openSession() throws java.io.IOException;38442 …ctor public SEService(android.content.Context, java.util.concurrent.Executor, android.se.omapi.SES…38443 method public android.se.omapi.Reader[] getReaders();38457 method public android.se.omapi.Reader getReader();38459 … method public android.se.omapi.Channel openBasicChannel(byte[], byte) throws java.io.IOException;38460 method public android.se.omapi.Channel openBasicChannel(byte[]) throws java.io.IOException;38461 …method public android.se.omapi.Channel openLogicalChannel(byte[], byte) throws java.io.IOException;[all …]
META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...