OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:appUid
(Results
1 - 8
of
8
) sorted by null
/frameworks/base/core/java/android/bluetooth/
UidTraffic.java
30
public UidTraffic(int
appUid
) {
31
mAppUid =
appUid
;
34
public UidTraffic(int
appUid
, long rx, long tx) {
35
mAppUid =
appUid
;
/frameworks/base/services/core/java/com/android/server/connectivity/
PermissionMonitor.java
83
int
appUid
= intent.getIntExtra(Intent.EXTRA_UID, -1);
92
onAppAdded(appName,
appUid
);
94
onAppRemoved(
appUid
);
229
private synchronized void onAppAdded(String appName, int
appUid
) {
230
if (TextUtils.isEmpty(appName) ||
appUid
< 0) {
231
loge("Invalid app in onAppAdded: " + appName + " | " +
appUid
);
240
Boolean permission = mApps.get(
appUid
);
244
mApps.put(
appUid
, isSystem);
247
apps.put(
appUid
, isSystem);
256
private synchronized void onAppRemoved(int
appUid
) {
[
all
...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
BaseStatusBar.java
[
all
...]