HomeSort by relevance Sort by last modified time
    Searched refs:newApp (Results 1 - 3 of 3) sorted by null

  /frameworks/base/services/java/com/android/server/wm/
InputMonitor.java 396 public void setFocusedAppLw(AppWindowToken newApp) {
398 if (newApp == null) {
401 final InputApplicationHandle handle = newApp.mInputApplicationHandle;
402 handle.name = newApp.toString();
403 handle.dispatchingTimeoutNanos = newApp.inputDispatchingTimeoutNanos;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
IccCardProxy.java 251 UiccCardApplication newApp = null;
255 newApp = newCard.getApplication(mCurrentAppType);
256 if (newApp != null) {
257 newRecords = newApp.getIccRecords();
261 if (mIccRecords != newRecords || mUiccApplication != newApp || mUiccCard != newCard) {
265 mUiccApplication = newApp;
  /external/chromium/chrome/browser/resources/touch_ntp/standalone/
standalone_hack.js 178 var newApp = createObject(apps[i]);
179 newApp.page_index = p;
180 newApp.app_launch_index = idx;
182 newApp.id = apps[i].id + '-' + idx;
184 newApps.push(newApp);

Completed in 114 milliseconds