Home
last modified time | relevance | path

Searched defs:callerPkg (Results 1 – 10 of 10) sorted by relevance

/packages/modules/Connectivity/Tethering/common/TetheringLib/src/android/net/
DITetheringConnector.aidl25 void tether(String iface, String callerPkg, String callingAttributionTag, in tether()
28 void untether(String iface, String callerPkg, String callingAttributionTag, in untether()
31 void setUsbTethering(boolean enable, String callerPkg, in setUsbTethering()
34 void startTethering(in TetheringRequestParcel request, String callerPkg, in startTethering()
37 void stopTethering(int type, String callerPkg, String callingAttributionTag, in stopTethering()
41 boolean showEntitlementUi, String callerPkg, String callingAttributionTag); in requestLatestTetheringEntitlementResult()
43 void registerTetheringEventCallback(ITetheringEventCallback callback, String callerPkg); in registerTetheringEventCallback()
45 void unregisterTetheringEventCallback(ITetheringEventCallback callback, String callerPkg); in unregisterTetheringEventCallback()
47 void isTetheringSupported(String callerPkg, String callingAttributionTag, in isTetheringSupported()
50 void stopAllTethering(String callerPkg, String callingAttributionTag, in stopAllTethering()
DTetheringManager.java589 final String callerPkg = mContext.getOpPackageName(); in tether() local
/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DTetheringService.java108 public void tether(String iface, String callerPkg, String callingAttributionTag, in tether()
116 public void untether(String iface, String callerPkg, String callingAttributionTag, in untether()
124 public void setUsbTethering(boolean enable, String callerPkg, String callingAttributionTag, in setUsbTethering()
132 public void startTethering(TetheringRequestParcel request, String callerPkg, in startTethering()
145 public void stopTethering(int type, String callerPkg, String callingAttributionTag, in stopTethering()
157 boolean showEntitlementUi, String callerPkg, String callingAttributionTag) { in requestLatestTetheringEntitlementResult()
165 String callerPkg) { in registerTetheringEventCallback()
177 String callerPkg) { in unregisterTetheringEventCallback()
188 public void stopAllTethering(String callerPkg, String callingAttributionTag, in stopAllTethering()
199 public void isTetheringSupported(String callerPkg, String callingAttributionTag, in isTetheringSupported()
[all …]
DTethering.java662 void startTethering(final TetheringRequestParcel request, final String callerPkg, in startTethering()
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
DSmsProvider.java594 final String callerPkg = getCallingPackage(); in bulkInsert() local
621 final String callerPkg = getCallingPackage(); in insert() local
641 private Uri insertInner(Uri url, ContentValues initialValues, int callerUid, String callerPkg, in insertInner()
718 subId, callerUid, callerPkg); in insertInner() local
878 subId, callerUid, callerPkg); in insertInner() local
1229 final String callerPkg = getCallingPackage(); in update() local
DMmsProvider.java373 final String callerPkg = getCallingPackage(); in insert() local
462 callerUid, callerPkg); in insert() local
922 final String callerPkg = getCallingPackage(); in update() local
DMmsSmsProvider.java1506 final String callerPkg = getCallingPackage(); in update() local
1593 String[] selectionArgs, int callerUid, String callerPkg) { in updateConversation()
/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/metrics/
DTetheringMetrics.java117 public void createBuilder(final int downstreamType, final String callerPkg) { in createBuilder()
345 private UserType userTypeToEnum(final String callerPkg) { in userTypeToEnum()
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/metrics/
DTetheringMetricsTest.java232 private void runUserTypesTest(final String callerPkg, final UserType expectedResult) in runUserTypesTest()
/packages/apps/Settings/src/com/android/settings/homepage/
DSettingsHomepageActivity.java671 private boolean hasPrivilegedAccess(String callerPkg, int callerUid, String targetPackage) { in hasPrivilegedAccess()