/packages/apps/Settings/tests/robotests/src/com/android/settings/security/trustagent/ |
D | TrustAgentListPreferenceControllerTest.java | 128 final TrustAgentManager.TrustAgentComponentInfo agent = in onResume_shouldAddNewAgents() local 130 agent.title = "Test_title"; in onResume_shouldAddNewAgents() 131 agent.summary = "test summary"; in onResume_shouldAddNewAgents() 132 agent.componentName = new ComponentName("pkg", "agent"); in onResume_shouldAddNewAgents() 133 agent.admin = null; in onResume_shouldAddNewAgents() 134 agents.add(agent); in onResume_shouldAddNewAgents() 148 final TrustAgentManager.TrustAgentComponentInfo agent = in onResume_ifNotAvailable_shouldNotAddNewAgents() local 150 agent.title = "Test_title"; in onResume_ifNotAvailable_shouldNotAddNewAgents() 151 agent.summary = "test summary"; in onResume_ifNotAvailable_shouldNotAddNewAgents() 152 agent.componentName = new ComponentName("pkg", "agent"); in onResume_ifNotAvailable_shouldNotAddNewAgents() [all …]
|
/packages/apps/Camera2/src/com/android/camera/app/ |
D | ModuleManagerImpl.java | 44 public void registerModule(ModuleAgent agent) { in registerModule() argument 45 if (agent == null) { in registerModule() 48 final int moduleId = agent.getModuleId(); in registerModule() 56 mRegisteredModuleAgents.put(moduleId, agent); in registerModule() 105 ModuleAgent agent = mRegisteredModuleAgents.get(moduleId); in getModuleAgent() local 106 if (agent == null) { in getModuleAgent() 109 return agent; in getModuleAgent()
|
D | ModuleManager.java | 78 void registerModule(ModuleAgent agent); in registerModule() argument
|
/packages/apps/Settings/src/com/android/settings/security/trustagent/ |
D | TrustAgentsPreferenceController.java | 103 for (TrustAgentInfo agent : mAvailableAgents.values()) { in updateAgents() 104 final ComponentName componentName = agent.getComponentName(); in updateAgents() 112 preference.setTitle(agent.getLabel()); in updateAgents() 113 preference.setIcon(agent.getIcon()); in updateAgents() 178 for (TrustAgentInfo agent : mAvailableAgents.values()) { in onPreferenceChange() 179 final ComponentName componentName = agent.getComponentName(); in onPreferenceChange()
|
D | TrustAgentListPreferenceController.java | 161 for (TrustAgentManager.TrustAgentComponentInfo agent : agents) { in updateTrustAgents() 165 trustAgentPreference.setTitle(agent.title); in updateTrustAgents() 166 trustAgentPreference.setSummary(agent.summary); in updateTrustAgents() 169 .setComponent(agent.componentName)); in updateTrustAgents() 170 trustAgentPreference.setDisabledByAdmin(agent.admin); in updateTrustAgents()
|
/packages/apps/Camera2/src/com/android/camera/settings/ |
D | AppUpgrader.java | 423 ModuleManagerImpl.ModuleAgent agent = in upgradeModuleSettingsFiles() local 425 if (agent != null) { in upgradeModuleSettingsFiles() 427 SettingsManager.getModuleSettingScope(agent.getScopeNamespace())); in upgradeModuleSettingsFiles()
|
/packages/apps/Camera2/src/com/android/camera/device/ |
D | PortabilityCameraActions.java | 75 CameraAgent agent = CameraAgentFactory.getAndroidCameraAgent(mContext, mApiVersion); in executeOpen() local 78 … mBackgroundRunner.execute(new OpenCameraRunnable(agent, mId.getCameraId().getLegacyValue(), in executeOpen()
|
/packages/apps/Camera2/src/com/android/camera/ |
D | CameraActivity.java | 1052 ModuleAgent agent = mModuleManager.getModuleAgent(mCurrentModeIndex); in getModuleScope() local 1053 return SettingsManager.getModuleSettingScope(agent.getScopeNamespace()); in getModuleScope() 2519 ModuleManagerImpl.ModuleAgent agent = mModuleManager.getModuleAgent(modeIndex); in getModuleId() local 2520 if (agent == null) { in getModuleId() 2523 return agent.getModuleId(); in getModuleId() 2531 ModuleManagerImpl.ModuleAgent agent = mModuleManager.getModuleAgent(modeIndex); in setModuleFromModeIndex() local 2532 if (agent == null) { in setModuleFromModeIndex() 2535 if (!agent.requestAppForCamera()) { in setModuleFromModeIndex() 2538 mCurrentModeIndex = agent.getModuleId(); in setModuleFromModeIndex() 2539 mCurrentModule = (CameraModule) agent.createModule(this, getIntent()); in setModuleFromModeIndex()
|
/packages/inputmethods/LatinIME/dictionaries/ |
D | lt_wordlist.combined.gz | 1dictionary=main:lt,locale=lt,description=Lietuvių,date=1393228136, ... |
D | fr_wordlist.combined.gz | 1dictionary=main:fr,locale=fr,description=Français,date=1414726264, ... |
D | sl_wordlist.combined.gz | 1dictionary=main:sl,locale=sl,description=Slovenščina,date=1393228152, ... |
D | cs_wordlist.combined.gz | 1dictionary=main:cs,locale=cs,description=Čeština,date=1393228134, ... |
D | en_US_wordlist.combined.gz |
|
D | en_GB_wordlist.combined.gz |
|
D | en_wordlist.combined.gz |
|
D | pl_wordlist.combined.gz | 1dictionary=main:pl,locale=pl,description=Polski,date=1414726264, ... |
D | nl_wordlist.combined.gz |
|
D | nb_wordlist.combined.gz | 1dictionary=main:nb,locale=nb,description=Norsk bokmål,date=1393228136 ... |
D | da_wordlist.combined.gz | 1dictionary=main:da,locale=da,description=Dansk,date=1393228134, ... |
D | sv_wordlist.combined.gz | 1dictionary=main:sv,locale=sv,description=Svenska,date=1414726264, ... |
D | hr_wordlist.combined.gz | 1dictionary=main:hr,locale=hr,description=Hrvatski,date=1393228135, ... |
D | de_wordlist.combined.gz | 1dictionary=main:de,locale=de,description=Deutsch,date=1414726263, ... |
D | ro_wordlist.combined.gz |
|