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

  /external/chromium/chrome/browser/resources/ntp/
apps.js 236 var currentApp;
246 currentApp = app;
281 if (!currentApp)
287 window.location = currentApp['options_url'];
290 launchApp(currentApp['id']);
293 chrome.send('uninstallApp', [currentApp['id']]);
296 chrome.send('createAppShortcut', [currentApp['id']]);
303 [currentApp['id'],
312 e.canExecute = currentApp && currentApp['options_url']
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
PhoneBase.java 761 UiccCardApplication currentApp = mUiccApplication.get();
762 if (currentApp != null) {
763 return currentApp.getType();
    [all...]

Completed in 72 milliseconds