OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:onAppContextChange
(Results
1 - 7
of
7
) sorted by null
/packages/services/Car/car-support-lib/src/android/support/car/
CarAppContextManager.java
36
void
onAppContextChange
(int activeContexts);
CarAppContextManagerEmbedded.java
142
public void
onAppContextChange
(int activeContexts) {
143
mListener.
onAppContextChange
(activeContexts);
/packages/services/Car/tests/carservice_test/src/com/android/support/car/test/
AppContextTest.java
78
public void
onAppContextChange
(int activeContexts) {
79
Log.i(TAG, "
onAppContextChange
" + Integer.toHexString(activeContexts));
/packages/services/Car/car-lib/src/android/car/
CarAppContextManager.java
45
void
onAppContextChange
(int activeContexts);
222
listener.
onAppContextChange
(newContext);
245
public void
onAppContextChange
(final int activeContexts) {
/cts/tests/tests/car/src/android/car/cts/
CarAppContextManagerTest.java
208
public void
onAppContextChange
(int activeContexts) {
209
Log.i(TAG, "
onAppContextChange
" + Integer.toHexString(activeContexts));
/packages/services/Car/tests/android_car_api_test/src/com/android/car/apitest/
CarAppContextManagerTest.java
210
public void
onAppContextChange
(int activeContexts) {
211
Log.i(TAG, "
onAppContextChange
" + Integer.toHexString(activeContexts));
/packages/services/Car/tests/android_support_car_api_test/src/com/android/support/car/apitest/
CarAppContextManagerTest.java
209
public void
onAppContextChange
(int activeContexts) {
210
Log.i(TAG, "
onAppContextChange
" + Integer.toHexString(activeContexts));
Completed in 1411 milliseconds