| /development/samples/browseable/Notifications/Application/src/com.example.android.support.wearable.notifications/ |
| D | NotificationPresets.java | 72 NotificationPreset.BuildOptions options) { in applyBasicOptions() 104 public Notification[] buildNotifications(Context context, BuildOptions options) { in buildNotifications() 121 public Notification[] buildNotifications(Context context, BuildOptions options) { in buildNotifications() 182 public Notification[] buildNotifications(Context context, BuildOptions options) { in buildNotifications() 207 public Notification[] buildNotifications(Context context, BuildOptions options) { in buildNotifications() 232 public Notification[] buildNotifications(Context context, BuildOptions options) { in buildNotifications() 255 public Notification[] buildNotifications(Context context, BuildOptions options) { in buildNotifications() 281 public Notification[] buildNotifications(Context context, BuildOptions options) { in buildNotifications() 314 public Notification[] buildNotifications(Context context, BuildOptions options) { in buildNotifications() 354 public Notification[] buildNotifications(Context context, BuildOptions options) { in buildNotifications() [all …]
|
| D | NotificationPreset.java | 63 public abstract Notification[] buildNotifications(Context context, BuildOptions options); in buildNotifications()
|
| /development/apps/PushApiAuthenticator/src/com/example/android/pushapiauthenticator/ |
| D | MyAccountAuthenticator.java | 38 String authTokenType, String[] requiredFeatures, Bundle options) { in addAccount() 43 String authTokenType, Bundle options) { in getAuthToken() 48 Bundle options) { in confirmCredentials() 66 String authTokenType, Bundle options) { in updateCredentials()
|
| /development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/ |
| D | ImageResizer.java | 120 final BitmapFactory.Options options = new BitmapFactory.Options(); in decodeSampledBitmapFromResource() local 152 final BitmapFactory.Options options = new BitmapFactory.Options(); in decodeSampledBitmapFromFile() local 183 final BitmapFactory.Options options = new BitmapFactory.Options(); in decodeSampledBitmapFromDescriptor() local 202 private static void addInBitmapOptions(BitmapFactory.Options options, ImageCache cache) { in addInBitmapOptions() 231 public static int calculateInSampleSize(BitmapFactory.Options options, in calculateInSampleSize()
|
| /development/samples/DeviceAdminWhitelistedAccount/src/com/example/android/app/admin/whitelistedaccount/ |
| D | MyAuthenticator.java | 73 String authTokenType, String[] requiredFeatures, Bundle options) in addAccount() 85 String authTokenType, Bundle options) throws NetworkErrorException { in updateCredentials() 91 Bundle options) throws NetworkErrorException { in confirmCredentials() 97 String authTokenType, Bundle options) throws NetworkErrorException { in getAuthToken()
|
| /development/tools/bugreport/src/com/android/bugreport/ |
| D | Main.java | 49 final Options options = Options.parseArgs(args); in run() local 72 public static int run(Options options) { in run()
|
| /development/vndk/tools/header-checker/src/dumper/ |
| D | frontend_action_factory.cpp | 29 HeaderCheckerOptions &options) in HeaderCheckerFrontendActionFactory()
|
| D | frontend_action.cpp | 32 HeaderCheckerOptions &options) in HeaderCheckerFrontendAction()
|
| D | ast_processing.cpp | 47 const HeaderCheckerOptions &options, clang::MangleContext *mangle_contextp, in HeaderASTVisitor() 201 clang::CompilerInstance *compiler_instancep, HeaderCheckerOptions &options) in HeaderASTConsumer()
|
| D | header_checker.cpp | 182 HeaderCheckerOptions options(NormalizePath(header_file, parsed_root_dirs), in main() local
|
| D | fixed_argv.h | 57 const char *GetLastArg(T&& ...options) const { in GetLastArg()
|
| /development/testrunner/test_defs/ |
| D | host_test.py | 52 def GetBuildDependencies(self, options): argument 71 def Run(self, options, adb_interface): argument
|
| D | native_test.py | 34 def Run(self, options, adb): argument
|
| D | test_suite.py | 53 def GetBuildDependencies(self, options): argument 108 def Run(self, options, adb): argument
|
| D | instrumentation_test.py | 86 def GetBuildDependencies(self, options): argument 91 def Run(self, options, adb): argument
|
| D | gtest.py | 45 def Run(self, options, adb): argument
|
| /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/authenticator/ |
| D | Authenticator.java | 65 String authTokenType, String[] requiredFeatures, Bundle options) { in addAccount() 76 AccountAuthenticatorResponse response, Account account, Bundle options) { in confirmCredentials()
|
| /development/samples/browseable/XYZTouristAttractions/Application/src/com.example.android.xyztouristattractions/ui/ |
| D | DetailActivity.java | 44 ActivityOptionsCompat options = ActivityOptionsCompat.makeSceneTransitionAnimation( in launch() local
|
| /development/tools/ota_analysis/src/services/ |
| D | update_metadata_pb.js | 214 Extent.toObject = function toObject(message, options) { argument 437 Signatures.toObject = function toObject(message, options) { argument 665 Signature.toObject = function toObject(message, options) { argument 897 PartitionInfo.toObject = function toObject(message, options) { argument 1196 ImageInfo.toObject = function toObject(message, options) { argument 2124 CowMergeOperation.toObject = function toObject(message, options) { argument 2780 PartitionUpdate.toObject = function toObject(message, options) { argument 3104 DynamicPartitionGroup.toObject = function toObject(message, options) { argument 3403 DynamicPartitionMetadata.toObject = function toObject(message, options) { argument 3678 ApexInfo.toObject = function toObject(message, options) { argument [all …]
|
| /development/samples/browseable/MultiWindowPlayground/src/com/android.multiwindowplayground/ |
| D | MainActivity.java | 92 ActivityOptions options = ActivityOptions.makeBasic(); in onStartLaunchBoundsActivity() local
|
| /development/tools/winscope/ |
| D | webpack.config.common.js | 50 options: { property
|
| /development/samples/training/ContactsList/src/com/example/android/contactslist/util/ |
| D | ImageLoader.java | 362 final BitmapFactory.Options options = new BitmapFactory.Options(); in decodeSampledBitmapFromDescriptor() local 388 public static int calculateInSampleSize(BitmapFactory.Options options, in calculateInSampleSize()
|
| /development/samples/VoiceInteractionService/src/com/example/android/voiceinteractor/ |
| D | SampleHotwordDetectionService.java | 74 public void onUpdateState(@Nullable PersistableBundle options, in onUpdateState()
|
| /development/samples/training/multiscreen/newsreader/src/com/example/android/newsreader/ |
| D | NonsenseGenerator.java | 155 private String pickOneOf(String ... options) { in pickOneOf()
|
| /development/samples/SoftKeyboard/src/com/example/android/softkeyboard/ |
| D | LatinKeyboard.java | 109 void setImeOptions(Resources res, int options) { in setImeOptions()
|