OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UserServices
(Results
1 - 9
of
9
) sorted by null
/frameworks/base/packages/SystemUI/src/com/android/systemui/
ForegroundServiceControllerImpl.java
44
private final SparseArray<
UserServices
> mUserServices = new SparseArray<>();
53
final
UserServices
services = mUserServices.get(userId);
67
final
UserServices
userServices
= mUserServices.get(sbn.getUserId());
68
if (
userServices
== null) {
79
userServices
.setRunningServices(null, 0);
83
return
userServices
.removeNotification(sbn.getPackageName(), sbn.getKey());
91
UserServices
userServices
= mUserServices.get(sbn.getUserId());
92
if (
userServices
== null)
[
all
...]
/packages/apps/Nfc/src/com/android/nfc/cardemulation/
RegisteredServicesCache.java
80
final SparseArray<
UserServices
> mUserServices = new SparseArray<
UserServices
>();
97
private static class
UserServices
{
107
private
UserServices
findOrCreateUserLocked(int userId) {
108
UserServices
services = mUserServices.get(userId);
110
services = new
UserServices
();
191
UserServices
userServices
= findOrCreateUserLocked(userId);
192
return
userServices
.services.get(service);
199
UserServices
userServices = findOrCreateUserLocked(userId)
[
all
...]
RegisteredNfcFServicesCache.java
72
final SparseArray<
UserServices
> mUserServices = new SparseArray<
UserServices
>();
102
private static class
UserServices
{
114
private
UserServices
findOrCreateUserLocked(int userId) {
115
UserServices
userServices
= mUserServices.get(userId);
116
if (
userServices
== null) {
117
userServices
= new
UserServices
();
118
mUserServices.put(userId,
userServices
);
[
all
...]
/frameworks/base/core/java/android/content/pm/
RegisteredServicesCache.java
92
private final SparseArray<
UserServices
<V>> mUserServices = new SparseArray<
UserServices
<V>>(2);
94
private static class
UserServices
<V> {
104
private
UserServices
<V> findOrCreateUserLocked(int userId) {
109
private
UserServices
<V> findOrCreateUserLocked(int userId, boolean loadFromFileIfNew) {
110
UserServices
<V> services = mUserServices.get(userId);
112
services = new
UserServices
<V>();
235
final
UserServices
<V> user = findOrCreateUserLocked(userId);
243
final
UserServices
<V> user = findOrCreateUserLocked(userId);
325
final
UserServices
<V> user = findOrCreateUserLocked(userId)
[
all
...]
/frameworks/base/config/
compiled-classes-phone
[
all
...]
/external/robolectric/v3/runtime/
android-all-4.2.2_r1.2-robolectric-0.jar
android-all-4.3_r2-robolectric-0.jar
/prebuilts/misc/common/robolectric/lib/
android-all-4.2.2_r1.2-robolectric-0.jar
android-all-4.3_r2-robolectric-0.jar
Completed in 215 milliseconds