OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:APP_CONTEXT_START_FLAG
(Results
1 - 4
of
4
) sorted by null
/packages/services/Car/car-support-lib/src/android/support/car/
CarAppContextManager.java
54
public static final int
APP_CONTEXT_START_FLAG
= 0x1;
CarAppContextManagerEmbedded.java
98
for (int flag =
APP_CONTEXT_START_FLAG
; flag <= APP_CONTEXT_END_FLAG; flag <<= 1) {
119
for (int flag =
APP_CONTEXT_START_FLAG
; flag <= APP_CONTEXT_END_FLAG; flag <<= 1) {
/packages/services/Car/car-lib/src/android/car/
CarAppContextManager.java
63
public static final int
APP_CONTEXT_START_FLAG
= 0x1;
178
for (int flag =
APP_CONTEXT_START_FLAG
; flag <= APP_CONTEXT_END_FLAG; flag <<= 1) {
199
for (int flag =
APP_CONTEXT_START_FLAG
; flag <= APP_CONTEXT_END_FLAG; flag <<= 1) {
/packages/services/Car/service/src/com/android/car/
AppContextService.java
109
for (int c = CarAppContextManager.
APP_CONTEXT_START_FLAG
;
165
for (int c = CarAppContextManager.
APP_CONTEXT_START_FLAG
;
Completed in 63 milliseconds