commit | 15de9ee055089183f34fbfbdeabed2b1ddeca416 | [log] [tgz] |
---|---|---|
author | Daniel Bright <dbright@google.com> | Fri Jan 17 14:11:40 2020 -0800 |
committer | Daniel Bright <dbright@google.com> | Fri Feb 28 11:42:21 2020 -0800 |
tree | 4e9f2a07e2aa244862b695c1cd3e6fc352305871 | |
parent | b1597060fc3e350e331515fe153f6f2ae74b468a [diff] |
Created typed class pin result in keyguard * The initial goal was to remove PhoneConstants. But in doing so, it made sense to replace an int[] array as a return type with a strongly typed class called PinResult. * In this push, the @SystemAPI is being defined. The modification to keyguard will come in a following commit. Bug: 147854704 Test: make Merged-In: I0d1354fadda4143260f377ff8ff868b99b9c53d8 Change-Id: I0d1354fadda4143260f377ff8ff868b99b9c53d8